Click or drag to resize

MultiHandlerAcceptsAll Property

Gets whether this Handler accepts all Triples based on whether all inner handlers do so.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool AcceptsAll { get; }

Property Value

Type: Boolean

Implements

IRdfHandlerAcceptsAll
IRdfHandlerAcceptsAll
See Also