BaseEventPosition Property |
Gets the Position Information (if any).
Namespace:
VDS.RDF.Parsing.Events
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public PositionInfo Position { get; }
Public ReadOnly Property Position As PositionInfo
Get
Property Value
Type:
PositionInfoImplements
IEventPositionRemarks
Availability of Position Information depends on the how the source document was parsed.
See Also