Share via


CimReadOnlyKeyedCollection<T>.GetEnumerator Method ()

 

Retrieves an enumerator that returns items from the collection.

Namespace:   Microsoft.Management.Infrastructure.Generic
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public abstract IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() abstract
abstract GetEnumerator : unit -> IEnumerator<'T>
Public MustOverride Function GetEnumerator As IEnumerator(Of T)

Return Value

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

The enumerator.

Implements

IEnumerable<T>.GetEnumerator()

See Also

CimReadOnlyKeyedCollection<T> Class
Microsoft.Management.Infrastructure.Generic Namespace

Return to top