Click or drag to resize

IJitEventGeneratorT Interface

Interface for Just-in-time event generators.

Namespace:  VDS.RDF.Parsing.Events
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IJitEventGenerator<T> : IEventGenerator<T>
where T : IEvent

Type Parameters

T
Event Type.

The IJitEventGeneratorT type exposes the following members.

Properties
  NameDescription
Public propertyFinished
Gets whether the Event Generator has finished reading events i.e. there are no further events available.
Top
Methods
  NameDescription
Public methodGetNextEvent
Gets the next available event.
Top
See Also