次の方法で共有


Parameter.IEnumerable<KeyValuePair<String,Parameter>>.GetEnumerator メソッド

定義

コレクションを反復処理する列挙子を返します。

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

戻り値

実装

適用対象