TreeIndexedTripleCollection Constructor (MultiDictionaryMode) |
Creates a new Tree Indexed triple collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public TreeIndexedTripleCollection(
MultiDictionaryMode compoundIndexMode
)
Public Sub New (
compoundIndexMode As MultiDictionaryMode
)
Parameters
- compoundIndexMode
- Type: MultiDictionaryMode
Mode to use for compound indexes.
See Also