Interface IJitEventGenerator<T>
Interface for Just-in-time event generators.
Namespace: VDS.RDF.Parsing.Events
Assembly: dotNetRdf.dll
Syntax
public interface IJitEventGenerator<T> : IEventGenerator<T> where T : IEvent
Type Parameters
Name | Description |
---|---|
T | Event Type. |
Properties
| Edit this page View SourceFinished
Gets whether the Event Generator has finished reading events i.e. there are no further events available.
Declaration
bool Finished { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceGetNextEvent()
Gets the next available event.
Declaration
T GetNextEvent()
Returns
Type | Description |
---|---|
T |