ModelStateDictionary.Enumerator Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public: value class ModelStateDictionary::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^>>
public struct ModelStateDictionary.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>>
type ModelStateDictionary.Enumerator = struct
interface IEnumerator<KeyValuePair<string, ModelStateEntry>>
interface IEnumerator
interface IDisposable
Public Structure ModelStateDictionary.Enumerator
Implements IEnumerator(Of KeyValuePair(Of String, ModelStateEntry))
- Inheritance
-
ModelStateDictionary.Enumerator
- Implements
Model |
Intializes a new instance of ModelStateDictionary.Enumerator. |
Current | Gets the element in the collection at the current position of the enumerator. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Move |
Advances the enumerator to the next element of the collection. |
Reset() | Sets the enumerator to its initial position, which is before the first element in the collection. |
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |