共用方式為


SearchSpace.GetEnumerator 方法

定義

傳回逐一查看集合的列舉值。

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))

傳回

實作

適用於