ParameterCollection::GetKnownTypes Method ()

 

Gets an array of Parameter types that the ParameterCollection collection can contain.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual array<Type^>^ GetKnownTypes() override

Return Value

Type: array<System::Type^>^

An ordered array of Type objects that identify the types of Parameter objects that the collection can contain.

.NET Framework
Available since 2.0
Return to top
Show: