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; }
Public ReadOnly Property Count As Integer
Get
Property Value
Type:
Int32Remarks
Note that each time you reuse the handler the count is reset to 0.
See Also