Click or drag to resize

CountHandlerCount Property

Gets the Count of Triples handled in the most recent parsing operation.

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

Property Value

Type: Int32
Remarks
Note that each time you reuse the handler the count is reset to 0.
See Also