[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Trie<(Of <(<'T>)>)>..::..TrieKeyCollection class

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public TrieKeyCollection(
	Trie<T> trie
)

Parameters

trie
Trie<(Of <(<'T>)>)>

[Missing <param name="trie"/> documentation for "M:fCraft.Trie`1.TrieKeyCollection.#ctor(fCraft.Trie{`0})"]

See Also