Table of Contents

Class Prepend

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

Represents an operator that prepends a value to an observable sequence.

Example

Use Prepend to add an element to the beginning of a sequence.

Prepend Example

Alternative

Use Append instead to add an element to the end of a sequence.

public sealed class Prepend : OperandCombinatorExpressionBuilder, IPropertyMappingBuilder, IExpressionBuilder, ICustomTypeDescriptor
Inheritance
Prepend
Implements
Inherited Members
Extension Methods

Methods

BuildSelector(Expression, Expression)

When overridden in a derived class, returns the expression that applies a binary operator to the left and right parameters.