Interface IMultiQubject<T>
Represents a multi-subject wih an expression tree representation.
Namespace: Reaqtive.Expressions
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IMultiQubject<T>
Type Parameters
Name | Description |
---|---|
T | Type of the elements processed by the subject. |
Properties
Expression
Gets the expression representing the subscribable resource.
Declaration
Expression Expression { get; }
Property Value
Type | Description |
---|---|
System.Linq.Expressions.Expression |