Show / Hide Table of Contents

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 Source

Events

Queue of Events.
Declaration
IEventQueue<T> Events { get; }
Property Value
Type Description
IEventQueue<T>

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Events
  • Extension Methods
Back to top Generated by DocFX