AllowNullDictionaryTKey, TValueGetEnumerator Method

Returns an enumerator that iterates through the AllowNullDictionaryTKey, TValue.

Definition

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

Return Value

AllowNullDictionaryTKey, TValueEnumerator
An enumerator that can be used to iterate through the AllowNullDictionaryTKey, TValue.

Remarks

See Also