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