Class SubscribeSubject<T>
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
Represents an expression builder that generates a sequence of values by subscribing to a shared subject of the specified type.
[WorkflowElementIcon("SubscribeSubject")]
public class SubscribeSubject<T> : SubscribeSubject, IExpressionBuilder, INamedElementType Parameters
- T
- The type of the elements processed by the subject. 
- Inheritance
- 
      
      
      
      
      SubscribeSubject<T>
- Implements
- Inherited Members
- Extension Methods
Properties
- Name
- Gets or sets the name of the shared subject.