Click or drag to resize

StoreCountHandlerHandleTripleInternal Method

Handles Triples/Quads by counting the Triples and distinct Graph URIs.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override bool HandleTripleInternal(
	Triple t
)

Parameters

t
Type: VDS.RDFTriple
Triple.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.Handlers.StoreCountHandler.HandleTripleInternal(VDS.RDF.Triple)"]

See Also