Method Snapshot
Snapshot()
Make a snapshot of the current state of this dictionary
Declaration
public Collections.Generic.IEnumerable<KeyValuePair<K, V>> Snapshot()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<KeyValuePair<K, V>> | The snapshot |