Share via


ManagementPackElementCollection<T>.GetEnumerator Method

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns an enumerator that iterates through a collection.

public:
 virtual System::Collections::Generic::IEnumerator<T> ^ GetEnumerator();
public virtual System.Collections.Generic.IEnumerator<T> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T (requires 'T :> Microsoft.EnterpriseManagement.Configuration.ManagementPackElement)>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T (requires 'T :> Microsoft.EnterpriseManagement.Configuration.ManagementPackElement)>
Public Overridable Function GetEnumerator () As IEnumerator(Of T)

Returns

An IEnumerator<T> that can be used to iterate through the collection.

Implements

Applies to