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)

属性值

ICollection<Type>

包含字典中的键的集合。

实现

适用于