ModelStateDictionary.PrefixEnumerable 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ModelStateDictionary列舉 ,以提供開頭為指定前置詞的專案。
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))
- 繼承
-
ModelStateDictionary.PrefixEnumerable
- 實作
建構函式
ModelStateDictionary.PrefixEnumerable(ModelStateDictionary, String) |
初始化 ModelStateDictionary.PrefixEnumerable 的新執行個體。 |
方法
GetEnumerator() |
ModelStateDictionary列舉 ,以提供開頭為指定前置詞的專案。 |
明確介面實作
IEnumerable.GetEnumerator() |
ModelStateDictionary列舉 ,以提供開頭為指定前置詞的專案。 |
IEnumerable<KeyValuePair<String,ModelStateEntry>>.GetEnumerator() |
ModelStateDictionary列舉 ,以提供開頭為指定前置詞的專案。 |