Click or drag to resize

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
)

Parameters

line
Type: SystemInt32
Line.
position
Type: SystemInt32
Column.
See Also