ImmutableArray<T>::IEnumerable::GetEnumerator Method ()

 

Returns an enumerator that iterates through the immutable array.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

An enumerator that iterates through the immutable array.

Return to top
Show: