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

 

Returns an enumerator that iterates through the ReadOnlyObservableSet<T>.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Return Value

Type: System.Collections::IEnumerator^

An enumerator object for the ReadOnlyObservableSet(T) object.

Return to top
Show: