Click or drag to resize

INodeNodeType Property

Nodes have a Type.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
NodeType NodeType { get; }

Property Value

Type: NodeType
Remarks
Primarily provided so can do quick integer comparison to see what type of Node you have without having to do actual full blown Type comparison.
See Also