ModelBinderDictionary.Keys 屬性

定義

取得集合,其中包含字典中的索引鍵。

public:
 property System::Collections::Generic::ICollection<Type ^> ^ Keys { System::Collections::Generic::ICollection<Type ^> ^ get(); };
public System.Collections.Generic.ICollection<Type> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<Type>
Public ReadOnly Property Keys As ICollection(Of Type)

屬性值

集合,其中包含字典中的索引鍵。

實作

適用於