CimMethodParametersCollection.GetEnumerator Method ()

 

Returns an enumerator that iterates through the collection.

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

Syntax

public override IEnumerator<CimMethodParameter> GetEnumerator()
public:
virtual IEnumerator<CimMethodParameter^>^ GetEnumerator() override
override GetEnumerator : unit -> IEnumerator<CimMethodParameter>
Public Overrides Function GetEnumerator As IEnumerator(Of CimMethodParameter)

Return Value

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

Returns an IEnumerator<T> object that can be used to iterate through the collection of parameters.

Implements

IEnumerable<T>.GetEnumerator()

See Also

CimMethodParametersCollection Class
Microsoft.Management.Infrastructure Namespace

Return to top