ModelStateDictionary.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 può essere utilizzato per scorrere la raccolta.
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,System.Web.Mvc.ModelState>> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, System.Web.Mvc.ModelState>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, System.Web.Mvc.ModelState>>
Public Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of String, ModelState))
Restituisce
Enumeratore che può essere usato per scorrere la raccolta.