[This is preliminary documentation and is subject to change.]
Creates a new trie from an existing dictionary. Values are shallowly copied.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
| C# |
public Trie( IEnumerable<KeyValuePair<string, T>> dictionary )
Parameters
- dictionary
- IEnumerable<(Of <(<'KeyValuePair<(Of <(<'String, T>)>)>>)>)>
Source dictionary to copy from.