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

Enumerates all keys in this collection.

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

Syntax

   
 C# 
public IEnumerator<MetadataEntry<TValue>> GetEnumerator()

Implements

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

Remarks

Lock SyncRoot if this is used in a loop.

See Also