Click or drag to resize

aceDictionary2DTD1Key, TD2Key, TValueGetEnumerator Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Data.collection.nested
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public IEnumerator<KeyValuePair<TD1Key, ConcurrentDictionary<TD2Key, TValue>>> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorKeyValuePairTD1Key, ConcurrentDictionaryTD2Key, TValue

Implements

IEnumerableTGetEnumerator
See Also