WriterHelperFindCollections Method (IGraph, BaseTripleCollection) | 
 Note: This API is now obsolete.
            Helper method which finds Collections expressed in the Graph which can be compressed into concise collection syntax constructs in some RDF syntaxes.
            
 
    Namespace: 
   VDS.RDF.Writing
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntax[ObsoleteAttribute("Use the alternative overloads of this method which take an ICollectionCompressingWriterContext instead", 
	true)]
public static Dictionary<INode, OutputRdfCollection> FindCollections(
	IGraph g,
	BaseTripleCollection triplesDone
)<ObsoleteAttribute("Use the alternative overloads of this method which take an ICollectionCompressingWriterContext instead", 
	true)>
Public Shared Function FindCollections ( 
	g As IGraph,
	triplesDone As BaseTripleCollection
) As Dictionary(Of INode, OutputRdfCollection)Parameters
- g
 - Type: VDS.RDFIGraph
Graph to find collections in. - triplesDone
 - Type: VDS.RDFBaseTripleCollection
Triple Collection in which Triples that have been output are to be listed. 
Return Value
Type: 
DictionaryINode, 
OutputRdfCollection[Missing <returns> documentation for "M:VDS.RDF.Writing.WriterHelper.FindCollections(VDS.RDF.IGraph,VDS.RDF.BaseTripleCollection)"]
See Also