Parameter.IEnumerable<KeyValuePair<String,Parameter>>.GetEnumerator Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un enumeratore che consente di scorrere la raccolta.
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