RouteValueDictionary::IDictionary<String^, Object^>::Keys Property

 

For a description of this member, see Keys.

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

private:
property ICollection<String^>^ Keys {
	virtual ICollection<String^>^ get() sealed = IDictionary<String^, Object^>::Keys::get;
}

Property Value

Type: System.Collections.Generic::ICollection<String^>^

A collection that contains the keys in the dictionary.

This member is an explicit interface member implementation. It can be used only when the RouteValueDictionary instance is cast to an IDictionary<TKey, TValue> interface.

.NET Framework
Available since 3.5
Return to top
Show: