2 implementations of ElementType
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
ExpressionTrees\Sources\QueryHelper.vb (1)
23
Public ReadOnly Property
ElementType
As System.Type Implements System.Linq.IQueryable.ElementType
System.Linq.Queryable (1)
System\Linq\EnumerableQuery.cs (1)
61
Type IQueryable.
ElementType
=> typeof(T);
1 reference to ElementType
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
ExpressionTrees\Sources\QueryHelper.vb (1)
23
Public ReadOnly Property ElementType As System.Type Implements System.Linq.IQueryable.
ElementType