CommandStateGetEnumerator Method

Returns an enumerator that iterates through the collection.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public IEnumerator<KeyValuePair<string, Object>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairString, Object
An IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator

Remarks

See Also