Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.