CompletionSourceList.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

An enumerator that can be used to iterate through the collection.

Implements

Applies to