ExpressionDefaultValue Constructor |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic ExpressionDefaultValue(
Func<Object> expression
)
Public Sub New (
expression As Func(Of Object)
)
public:
ExpressionDefaultValue(
Func<Object^>^ expression
)
new :
expression : Func<Object> -> ExpressionDefaultValue
Parameters
- expression
- Type: SystemFuncObject
The expression.
See Also