ExpressionProperty<T> 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.
Overloads
ExpressionProperty<T>() |
Initializes a new instance of the ExpressionProperty<T> class. |
ExpressionProperty<T>(Object) |
Initializes a new instance of the ExpressionProperty<T> class. |
ExpressionProperty<T>()
Initializes a new instance of the ExpressionProperty<T> class.
public ExpressionProperty ();
Public Sub New ()
Applies to
ExpressionProperty<T>(Object)
Initializes a new instance of the ExpressionProperty<T> class.
public ExpressionProperty (object value);
new AdaptiveExpressions.Properties.ExpressionProperty<'T> : obj -> AdaptiveExpressions.Properties.ExpressionProperty<'T>
Public Sub New (value As Object)
Parameters
- value
- Object
An object containing the value to be set.