Table of Contents

Property Output

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

Output

Gets an observable sequence that multicasts notifications from all the subscriptions made to the output of the decorated expression builder.

public IObservable<IObservable<object>> Output { get; }

Property Value

IObservable<IObservable<object>>