WrapperGraph.IsEmpty Property |
Gets whether the Graph is empty.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic virtual bool IsEmpty { get; }
Public Overridable ReadOnly Property IsEmpty As Boolean
Get
Property Value
Type:
BooleanImplements
IGraph.IsEmpty
See Also