Summary
Initializes a new instance of the
ExpressionObserver
class.
- Namespace
- Avalonia
.Data .Core - Containing Type
- ExpressionObserver
Syntax
public ExpressionObserver(IObservable<object> rootObservable, ExpressionNode node, string description)
Parameters
Name | Type | Description |
---|---|---|
rootObservable | IObservable |
An observable which provides the root object. |
node | ExpressionNode | The expression. |
description | string | A description of the expression. |
Return Value
Type | Description |
---|---|
void |