Click or drag to resize

WriterHelperFindCollections 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.ContextsICollectionCompressingWriterContext
Writer Context.
mode
Type: VDS.RDF.WritingCollectionSearchMode
Collection Search Mode.
See Also