ReadOnlyObservableSet<T>::GetEnumerator Method ()
Visual Studio 2015
Returns an enumerator that iterates through the ReadOnlyObservableSet<T>.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Return Value
Type: System.Collections.Generic::IEnumerator<T>^An enumerator object for the ReadOnlyObservableSet(T) object.
Implements
IEnumerable<T>::GetEnumerator()
Show: