Interface IAsyncReactiveQbserver
Interface for an observer represented by an expression tree.
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 |