OfTypeExpression Constructors

Definition

Initializes a new instance of the OfTypeExpression class.

Overloads

OfTypeExpression()

Initializes a new instance of the OfTypeExpression class.

OfTypeExpression(Type)

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

OfTypeExpression()

Initializes a new instance of the OfTypeExpression class.

public:
 OfTypeExpression();
public OfTypeExpression ();
Public Sub New ()

Applies to

OfTypeExpression(Type)

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

public:
 OfTypeExpression(Type ^ type);
public OfTypeExpression (Type type);
new System.Web.UI.WebControls.Expressions.OfTypeExpression : Type -> System.Web.UI.WebControls.Expressions.OfTypeExpression
Public Sub New (type As Type)

Parameters

type
Type

The type that the filter is based on.

Applies to