Show / Hide Table of Contents

Interface IAsyncReactiveQbserver

Interface for an observer represented by an expression tree.

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

Properties

ElementType

Gets the type of the data received by the observer.

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