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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.