Click or drag to resize

BaseToken.EndLine Property

Gets the Line at which this Token Ends.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public int EndLine { get; }

Property Value

Type: Int32

Implements

IToken.EndLine
See Also