Interface IQubscribable<T>
Represents a subscribable source with an expression tree representation.
Inherited Members
Namespace: Reaqtive.Expressions
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IQubscribable<out T> : ISubscribable<T>, IObservable<T>
Type Parameters
Name | Description |
---|---|
T | Type of the elements produced by the subscribable source. |
Properties
Expression
Gets the expression representing the subscribable resource.
Declaration
Expression Expression { get; }
Property Value
Type | Description |
---|---|
System.Linq.Expressions.Expression |