ModelStateDictionary.PrefixEnumerable 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.
Enumerates over ModelStateDictionary to provide entries that start with the specified prefix.
public: value class ModelStateDictionary::PrefixEnumerable : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^>>
public struct ModelStateDictionary.PrefixEnumerable : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>>
public readonly struct ModelStateDictionary.PrefixEnumerable : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>>
type ModelStateDictionary.PrefixEnumerable = struct
interface seq<KeyValuePair<string, ModelStateEntry>>
interface IEnumerable
Public Structure ModelStateDictionary.PrefixEnumerable
Implements IEnumerable(Of KeyValuePair(Of String, ModelStateEntry))
- Inheritance
-
ModelStateDictionary.PrefixEnumerable
- Implements
Constructors
ModelStateDictionary.PrefixEnumerable(ModelStateDictionary, String) |
Initializes a new instance of ModelStateDictionary.PrefixEnumerable. |
Methods
GetEnumerator() | System.ValueType.GetEnumerator |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | |
IEnumerable<KeyValuePair<String,ModelStateEntry>>.GetEnumerator() |