PositionInfo Constructor (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 position
)
Public Sub New (
line As Integer,
position As Integer
)
Parameters
- line
- Type: SystemInt32
Line. - position
- Type: SystemInt32
Column.
See Also