Click or drag to resize

IEventParserContextT Interface

Interface for Event Parser contexts.

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

Type Parameters

T
Event Type.

The IEventParserContextT type exposes the following members.

Properties
  NameDescription
Public propertyEvents
Queue of Events.
Top
See Also