BaseStoreParserContext Constructor (ITripleStore) | 
 
            Creates a new Base Store Parser Context.
            
 
    Namespace: 
   VDS.RDF.Parsing.Contexts
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic BaseStoreParserContext(
	ITripleStore store
)
Public Sub New ( 
	store As ITripleStore
)
Parameters
- store
 - Type: VDS.RDFITripleStore
Triple Store. 
See Also