ParameterCollection.GetKnownTypes Method
.NET Framework 3.0
Gets an array of Parameter types that the ParameterCollection collection can contain.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected Type[] GetKnownTypes ()
protected override function GetKnownTypes () : Type[]
Not applicable.
Return Value
An ordered array of Type objects that identify the types of Parameter objects that the collection can contain.Community Additions
ADD
Show: