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

| Edit this page View Source

Events

Queue of Events.

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

Extension Methods

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