Show / Hide Table of Contents

Interface IQubscribable<T>

Represents a subscribable source with an expression tree representation.

Inherited Members
ISubscribable<T>.Subscribe(IObserver<T>)
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
In This Article
Back to top Generated by DocFX