DoubleCollection::IEnumerable<Double>::GetEnumerator Method ()
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see GetEnumerator.
Assembly: PresentationCore (in PresentationCore.dll)
private: virtual IEnumerator<double>^ GetEnumerator() sealed = IEnumerable<double>::GetEnumerator
Return Value
Type: System.Collections.Generic::IEnumerator<Double>^An IEnumerator<T> object that can be used to iterate through the collection.
Implements
IEnumerable<T>::GetEnumerator()This member is an explicit interface member implementation. It can be used only when the DoubleCollection instance is cast to an IEnumerable<T> interface.
.NET Framework
Available since 3.0
Available since 3.0
Show: