WebDemandGraphCollection Constructor (BaseGraphCollection) | 
 
            Creates a new Web Demand Graph Collection which loads Graphs from the Web on demand.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic WebDemandGraphCollection(
	BaseGraphCollection collection
)
Public Sub New ( 
	collection As BaseGraphCollection
)
Parameters
- collection
 - Type: VDS.RDFBaseGraphCollection
Collection to decorate. 
See Also