StartIndexDictionaryIEnumerableIEnumerable_GetEnumerator Method |
Returns an enumerator that iterates through a collection.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax IEnumerator IEnumerable.GetEnumerator()
Private Function IEnumerable_GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
Dim instance As StartIndexDictionary
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
Return Value
IEnumeratorAn
IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerableGetEnumeratorSee Also