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

[Missing <summary> documentation for "M:fCraft.Trie`1.GetEnumerator"]

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

Syntax

   
 C# 
public IEnumerator<KeyValuePair<string, T>> GetEnumerator()

Return Value

[Missing <returns> documentation for "M:fCraft.Trie`1.GetEnumerator"]

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

See Also