Interface IEventParserContext<T>
Interface for Event Parser contexts.
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRDF.dll
Syntax
public interface IEventParserContext<T>
where T : IEvent
Type Parameters
Name | Description |
---|---|
T | Event Type. |
Properties
| Improve this Doc View SourceEvents
Queue of Events.
Declaration
IEventQueue<T> Events { get; }
Property Value
Type | Description |
---|---|
IEventQueue<T> |