JsonParserContext.CurrentPosition Property |
Gets the Current Position of the JSON Text Reader.
Namespace:
VDS.RDF.Parsing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic PositionInfo CurrentPosition { get; }
Public ReadOnly Property CurrentPosition As PositionInfo
Get
Property Value
Type:
PositionInfo
See Also