IEventQueue<T>.EventGenerator Property |
Gets the Event Generator that this Queue uses.
Namespace:
VDS.RDF.Parsing.Events
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
SyntaxIEventGenerator<T> EventGenerator { get; }
ReadOnly Property EventGenerator As IEventGenerator(Of T)
Get
Property Value
Type:
IEventGenerator<T>
See Also