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