Interface IReactiveQbservable
Interface for an observable represented by an expression tree.
Namespace: Reaqtor
Assembly: Reaqtor.Expressions.Model.dll
Syntax
public interface IReactiveQbservable : IReactiveExpressible, IExpressible
Properties
ElementType
Gets the type of the data produced by the observable.
Declaration
Type ElementType { get; }
Property Value
Type | Description |
---|---|
System.Type |