ValueExpression 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
ValueExpression() |
Initializes a new instance of the ValueExpression class. |
ValueExpression(Func<Object,Object>) |
Initializes a new instance of the ValueExpression class. |
ValueExpression(Object) |
Initializes a new instance of the ValueExpression class. |
ValueExpression()
Initializes a new instance of the ValueExpression class.
public ValueExpression ();
Public Sub New ()
Applies to
ValueExpression(Func<Object,Object>)
Initializes a new instance of the ValueExpression class.
public ValueExpression (Func<object,object> lambda);
new AdaptiveExpressions.Properties.ValueExpression : Func<obj, obj> -> AdaptiveExpressions.Properties.ValueExpression
Public Sub New (lambda As Func(Of Object, Object))
Parameters
Applies to
ValueExpression(Object)
Initializes a new instance of the ValueExpression class.
public ValueExpression (object value);
new AdaptiveExpressions.Properties.ValueExpression : obj -> AdaptiveExpressions.Properties.ValueExpression
Public Sub New (value As Object)
Parameters
- value
- Object
value to interpret as object or string expression.