Click or drag to resize

VariableContextInnerContext Property

Gets/Sets the Inner Context.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public VariableContext InnerContext { get; set; }

Property Value

Type: VariableContext
Remarks
When you set the Inner Context this sets the Inner Context of the most nested inner context, you can remove all nested contexts by setting this to null.
See Also