Method BuildSubject
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
BuildSubject(Expression)
When overridden in a derived class, returns the expression that creates the shared subject.
protected abstract Expression BuildSubject(Expression expression)
Parameters
expression
ExpressionThe expression representing the observable input sequence.
Returns
- Expression
The Expression that creates the shared subject.