Parameter.IEnumerable<KeyValuePair<String,Parameter>>.GetEnumerator 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个循环访问集合的枚举器。
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