Share via


ThreadSafeReadOnlyObservableCollection<T>.IEnumerable.GetEnumerator Method ()

 

Returns an enumerator that iterates through a collection.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator

Return Value

Type: System.Collections.IEnumerator

An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator()

See Also

ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top