IQbservable.ElementType Property

Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQbservable is executed.

Namespace:  System.Reactive.Linq
Assembly:  System.Reactive.Providers (in System.Reactive.Providers.dll)

Syntax

'Declaration
ReadOnly Property ElementType As Type
    Get
'Usage
Dim instance As IQbservable
Dim value As Type

value = instance.ElementType
Type ElementType { get; }
property Type^ ElementType {
    Type^ get ();
}
abstract ElementType : Type
function get ElementType () : Type

Property Value

Type: System.Type
The type of the element(s) that are returned when the expression tree associated with this instance.

See Also

Reference

IQbservable Interface

System.Reactive.Linq Namespace