StringKeyedDictionaryTValueGetEnumerator Method

Returns an enumerator that iterates through the StringKeyedDictionaryTValue.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public StringKeyedDictionaryTValueEnumerator GetEnumerator()

Return Value

StringKeyedDictionaryTValueEnumerator
An StringKeyedDictionaryTValueEnumerator that can be used to iterate through the StringKeyedDictionaryTValue.

Remarks

See Also