BaseResultsHandlerHandleBooleanResultInternal Method |
Must be overridden by derived handlers to appropriately handle boolean results.
Namespace:
VDS.RDF.Parsing.Handlers
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected abstract void HandleBooleanResultInternal(
bool result
)
Protected MustOverride Sub HandleBooleanResultInternal (
result As Boolean
)
Parameters
- result
- Type: SystemBoolean
Result.
See Also