Click or drag to resize

WriterHelper.FindCollections Method (ICollectionCompressingWriterContext, CollectionSearchMode)

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
public static void FindCollections(
	ICollectionCompressingWriterContext context,
	CollectionSearchMode mode
)

Parameters

context
Type: VDS.RDF.Writing.Contexts.ICollectionCompressingWriterContext
Writer Context.
mode
Type: VDS.RDF.Writing.CollectionSearchMode
Collection Search Mode.
See Also