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

Creates a new trie from an existing dictionary. Values are shallowly copied.

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

Syntax

   
 C# 
public Trie(
	IEnumerable<KeyValuePair<string, T>> dictionary
)

Parameters

dictionary
IEnumerable<(Of <(<'KeyValuePair<(Of <(<'String, T>)>)>>)>)>
Source dictionary to copy from.

See Also