Show / Hide Table of Contents

Interface IVisitable

Interface to be implemented by classes that can be visited by an ISparqlAlgebraVisitor<T>.

Namespace: VDS.RDF.Query
Assembly: dotNetRdf.dll
Syntax
public interface IVisitable

Methods

| Edit this page View Source

Accept<T>(ISparqlAlgebraVisitor<T>)

Accept a simple algebra visitor.

Declaration
T Accept<T>(ISparqlAlgebraVisitor<T> visitor)
Parameters
Type Name Description
ISparqlAlgebraVisitor<T> visitor

The visitor implementation.

Returns
Type Description
T
Type Parameters
Name Description
T

The type returned by the Visit methods of the visitor.

Extension Methods

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