Show / Hide Table of Contents

Interface ITraceableTokeniser

Interface for Parsers that support Tokeniser Tracing.
Namespace: VDS.RDF.Parsing
Assembly: dotNetRDF.dll
Syntax
public interface ITraceableTokeniser

Properties

| Improve this Doc View Source

TraceTokeniser

Gets/Sets whether Tokeniser Tracing is used.
Declaration
bool TraceTokeniser { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

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