Click or drag to resize

BaseEvent.Position Property

Gets the Position Information (if any).

Namespace:  VDS.RDF.Parsing.Events
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public PositionInfo Position { get; }

Property Value

Type: PositionInfo

Implements

IEvent.Position
Remarks
Availability of Position Information depends on the how the source document was parsed.
See Also