Click or drag to resize

HandlerExtensionsApply Method (IRdfHandler, IGraph)

Applies the triples of a Graph to an RDF Handler.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void Apply(
	this IRdfHandler handler,
	IGraph g
)

Parameters

handler
Type: VDS.RDFIRdfHandler
RDF Handler.
g
Type: VDS.RDFIGraph
Graph.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IRdfHandler. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also