Share via


ExpressionProperty<T> Constructors

Definition

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.

Applies to