Click or drag to resize

StartIndexDictionaryIEnumerableIEnumerable_GetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
IEnumerator IEnumerable.GetEnumerator()

Return Value

IEnumerator
An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator
See Also