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