Table of Contents

Class Sink<TSource>

Namespace
Bonsai
Assembly
Bonsai.Core.dll

Represents an operation which introduces side effects on observable sequences of a specific type without modifying its elements.

[WorkflowElementCategory(ElementCategory.Sink)]
public abstract class Sink<TSource> : Combinator<TSource, TSource>

Type Parameters

TSource

The type of the elements in the source sequence.

Inheritance
Combinator<TSource, TSource>
Sink<TSource>
Derived
Inherited Members