PSEventArgsCollection.GetEnumerator Method

Definition

Get the enumerator of this collection.

public:
 virtual System::Collections::Generic::IEnumerator<System::Management::Automation::PSEventArgs ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.Management.Automation.PSEventArgs> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Management.Automation.PSEventArgs>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Management.Automation.PSEventArgs>
Public Function GetEnumerator () As IEnumerator(Of PSEventArgs)

Returns

Implements

Applies to