Click or drag to resize

WrapperNodeNodeType Property

Nodes have a Type.

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

Property Value

Type: NodeType

Implements

INodeNodeType
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