SearchSpace.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,Microsoft.ML.SearchSpace.Option.OptionBase>> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, Microsoft.ML.SearchSpace.Option.OptionBase>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, Microsoft.ML.SearchSpace.Option.OptionBase>>
Public Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of String, OptionBase))

Returns

Implements

Applies to