ModelStateDictionary.ValueEnumerable Struct
Definition
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.
An IEnumerable for ModelStateEntry.
public: value class ModelStateDictionary::ValueEnumerable : System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^>
public struct ModelStateDictionary.ValueEnumerable : System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>
public readonly struct ModelStateDictionary.ValueEnumerable : System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>
type ModelStateDictionary.ValueEnumerable = struct
interface seq<ModelStateEntry>
interface IEnumerable
Public Structure ModelStateDictionary.ValueEnumerable
Implements IEnumerable(Of ModelStateEntry)
- Inheritance
-
ModelStateDictionary.ValueEnumerable
- Implements
Constructors
ModelStateDictionary.ValueEnumerable(ModelStateDictionary) |
Initializes a new instance of ModelStateDictionary.ValueEnumerable. |
Methods
GetEnumerator() | System.ValueType.GetEnumerator |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | |
IEnumerable<ModelStateEntry>.GetEnumerator() |