ServiceElementCollection.GetEnumerator Method

Definition

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::Practices::CompositeUI::Configuration::ServiceElement ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.Practices.CompositeUI.Configuration.ServiceElement> GetEnumerator ();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Practices.CompositeUI.Configuration.ServiceElement>
Public Iterator Overridable NotOverridable Function GetEnumerator () As IEnumerator(Of ServiceElement)

Returns

Implements

Applies to