ThreadSafeReadOnlyObservableCollection<T>.GetEnumerator Method ()
Returns an enumerator that iterates through a collection.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
Public Function GetEnumerator As IEnumerator(Of T)
Return Value
Type: System.Collections.Generic.IEnumerator<T>
An IEnumerator<T> object that can be used to iterate through the collection.
Implements
IEnumerable<T>.GetEnumerator()
See Also
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top