Class WellKnownTypes.System.Linq
public static class WellKnownTypes.System.Linq
- Inheritance
-
WellKnownTypes.System.Linq
Properties
Enumerable
Enumerable type descriptor.
public static IType Enumerable { get; }
Property Value
Enumerable_ToList
ToList<TSource>(IEnumerable<TSource>) method reference.
public static CodeIdentifier Enumerable_ToList { get; }
Property Value
Queryable
Queryable type descriptor.
public static IType Queryable { get; }
Property Value
Queryable_First
First<TSource>(IQueryable<TSource>) method reference.
public static CodeIdentifier Queryable_First { get; }
Property Value
Queryable_FirstOrDefault
FirstOrDefault<TSource>(IQueryable<TSource>) method reference.
public static CodeIdentifier Queryable_FirstOrDefault { get; }
Property Value
Queryable_Where
Where<TSource>(IQueryable<TSource>, Expression<Func<TSource, bool>>) method reference.
public static CodeIdentifier Queryable_Where { get; }
Property Value
Methods
IQueryable(IType)
Returns IQueryable<T> type descriptor.
public static IType IQueryable(IType elementType)
Parameters
elementType
ITypeElement type.
Returns
- IType
Type descriptor.