RouteValueDictionary::Count Property

 

Gets the number of key/value pairs that are in the collection.

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

public:
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The number of key/value pairs that are in the collection.

.NET Framework
Available since 3.5
Return to top
Show: