Click or drag to resize

TokenQueue.Count Property

Gets the number of Tokens in the Queue.

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

Property Value

Type: Int32

Implements

ITokenQueue.Count
See Also