Click or drag to resize

WriterHelperFindCollections Method (ICollectionCompressingWriterContext)

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
)

Parameters

context
Type: VDS.RDF.Writing.ContextsICollectionCompressingWriterContext
Writer Context.
See Also