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)

屬性值

一個包含字典中金鑰的集合。

實作

適用於