PositionInfo Constructor (Int32, Int32, Int32) |
Creates a new set of Position Information.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public PositionInfo(
int line,
int startPosition,
int endPosition
)
Public Sub New (
line As Integer,
startPosition As Integer,
endPosition As Integer
)
Parameters
- line
- Type: SystemInt32
Line. - startPosition
- Type: SystemInt32
Start Column. - endPosition
- Type: SystemInt32
End Column.
See Also