Show / Hide Table of Contents

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 Source

Finished

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 Source

GetNextEvent()

Gets the next available event.

Declaration
T GetNextEvent()
Returns
Type Description
T

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • Finished
  • Methods
    • GetNextEvent()
  • Extension Methods
Back to top Generated by DocFX