VariableContext Constructor |
Creates a new Variable Context.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public VariableContext(
VariableContextType type
)
Public Sub New (
type As VariableContextType
)
Parameters
- type
- Type: VDS.RDFVariableContextType
Context Type.
See Also