RouteValueDictionary.Keys 属性

定义

获取一个集合,它包含字典中的键。

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^>::KeyCollection ^ Keys { System::Collections::Generic::Dictionary<System::String ^, System::Object ^>::KeyCollection ^ get(); };
public System.Collections.Generic.Dictionary<string,object>.KeyCollection Keys { get; }
member this.Keys : System.Collections.Generic.Dictionary<string, obj>.KeyCollection
Public ReadOnly Property Keys As Dictionary(Of String, Object).KeyCollection

属性值

System.Collections.Generic.Dictionary<System.String,System.Object>.KeyCollection

包含字典中的键的集合。

适用于

另请参阅