Summary
Initializes a new instance of the
ExpressionObserver
class.
- Namespace
- Avalonia
.Data .Core - Containing Type
- ExpressionObserver
Syntax
public ExpressionObserver(object root, ExpressionNode node, string description = null)
Parameters
Name | Type | Description |
---|---|---|
root | object | The root object. |
node | ExpressionNode | The expression. |
description | string | A description of the expression. |
Return Value
Type | Description |
---|---|
void |