ReadOnlyObservableSet<T>::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)

public:
virtual IEnumerator<T>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<T>^

An enumerator object for the ReadOnlyObservableSet(T) object.

Return to top
Show: