OfTypeExpression Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.