Click or drag to resize

IEventParserContext<T> 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 IEventParserContext<T> type exposes the following members.

Properties
  NameDescription
Public propertyEvents
Queue of Events.
Top
See Also