Click or drag to resize

BaseEventQueueTEventGenerator Property

Gets the Event Generator used by the Queue.

Namespace:  VDS.RDF.Parsing.Events
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEventGenerator<T> EventGenerator { get; }

Property Value

Type: IEventGeneratorT

Implements

IEventQueueTEventGenerator
See Also