IndexCollectionGetEnumerator Method
Returns an enumerator that iterates through the collection.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public IEnumerator<int> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Integer)
public:
virtual IEnumerator<int>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<int>
override GetEnumerator : unit -> IEnumerator<int>
IEnumeratorInt32An enumerator that can be used to iterate through the collection.
IEnumerableTGetEnumerator