ModelStateDictionary.KeyEnumerable 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public: value class ModelStateDictionary::KeyEnumerable : System::Collections::Generic::IEnumerable<System::String ^>
public struct ModelStateDictionary.KeyEnumerable : System.Collections.Generic.IEnumerable<string>
public readonly struct ModelStateDictionary.KeyEnumerable : System.Collections.Generic.IEnumerable<string>
type ModelStateDictionary.KeyEnumerable = struct
interface seq<string>
interface IEnumerable
Public Structure ModelStateDictionary.KeyEnumerable
Implements IEnumerable(Of String)
- 繼承
-
ModelStateDictionary.KeyEnumerable
- 實作
建構函式
ModelStateDictionary.KeyEnumerable(ModelStateDictionary) |
初始化 ModelStateDictionary.KeyEnumerable 的新執行個體。 |
方法
GetEnumerator() |
明確介面實作
IEnumerable.GetEnumerator() | |
IEnumerable<String>.GetEnumerator() |