Click or drag to resize

StartIndexDictionaryGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public IEnumerator<KeyValuePair<int, int>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairInt32, Int32
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also