StartIndexDictionaryGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public IEnumerator<KeyValuePair<int, int>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of Integer, Integer))
Dim instance As StartIndexDictionary
Dim returnValue As IEnumerator(Of KeyValuePair(Of Integer, Integer))
returnValue = instance.GetEnumerator()
Return Value
IEnumeratorKeyValuePairInt32,
Int32An enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also