BaseEventQueue<T>.Count Property |
Gets the number of Events in the Queue.
Namespace:
VDS.RDF.Parsing.Events
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic abstract int Count { get; }
Public MustOverride ReadOnly Property Count As Integer
Get
Property Value
Type:
Int32Implements
IEventQueue<T>.Count
See Also