Show / Hide Table of Contents

Interface IAsyncReactiveQbservable

Interface for an observable represented by an expression tree.

Inherited Members
IAsyncReactiveExpressible.Provider
IExpressible.Expression
Namespace: Reaqtor
Assembly: Reaqtor.Expressions.Model.dll
Syntax
public interface IAsyncReactiveQbservable : IAsyncReactiveExpressible, IExpressible

Properties

ElementType

Gets the type of the data produced by the observable.

Declaration
Type ElementType { get; }
Property Value
Type Description
System.Type
In This Article
Back to top Generated by DocFX