Gets the type of the element(s) that are returned when the expression tree associated with this instance of
System.Linq.IQueryable is executed.
public Type ElementType {get;}
'Declaration
Public ReadOnly Property ElementType As Type
'Usage
Dim instance As Queryable(Of T)
Dim value As Type
value = instance.ElementType
public:
property Type^ ElementType {
Type^ get();
}
Property Value
A
System.Type that represents the type of the element(s) that are returned when the expression tree associated with this object is executed.