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 : IEventType Parameters
| Name | Description | 
|---|---|
| T | Event Type. | 
Properties
| Improve this Doc 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 | 
|---|---|
| System.Boolean | 
Methods
| Improve this Doc View SourceGetNextEvent()
Gets the next available event.
Declaration
T GetNextEvent()Returns
| Type | Description | 
|---|---|
| T |