Click or drag to resize

ChainedHandlerAcceptsAll Property

Gets that this Handler accepts all Triples if 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