OfTypeExpression Constructor (Type)

.NET Framework (current version)
 

Initializes a new instance of the OfTypeExpression class using a specified type.

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

Public Sub New (
	type As Type
)

Parameters

type
Type: System.Type

The type that the filter is based on.

.NET Framework
Available since 4.0
Return to top
Show: