Class Transform<TSource, TResult>
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
Represents an operation on observable sequences which transforms every element of the source sequence into an element in the result sequence.
[WorkflowElementCategory(ElementCategory.Transform)]
public abstract class Transform<TSource, TResult> : Combinator<TSource, TResult>
Type Parameters
TSource
The type of the elements in the source sequence.
TResult
The type of the elements in the result sequence.
- Inheritance
-
Combinator<TSource, TResult>Transform<TSource, TResult>
- Derived
- Inherited Members