Table of Contents

Class WellKnownTypes.System.Collections.Generic

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll
public static class WellKnownTypes.System.Collections.Generic
Inheritance
WellKnownTypes.System.Collections.Generic

Properties

IEqualityComparer_Equals

Equals(T, T) method reference.

public static CodeIdentifier IEqualityComparer_Equals { get; }

Property Value

CodeIdentifier

IEqualityComparer_GetHashCode

GetHashCode(T) method reference.

public static CodeIdentifier IEqualityComparer_GetHashCode { get; }

Property Value

CodeIdentifier

Methods

IEnumerable(IType)

Returns IEnumerable<T> type descriptor.

public static IType IEnumerable(IType elementType)

Parameters

elementType IType

Element type.

Returns

IType

Type descriptor.

IEqualityComparer(IType)

Returns IEqualityComparer<T> type descriptor.

public static IType IEqualityComparer(IType type)

Parameters

type IType

Compared type.

Returns

IType

Type descriptor.

List(IType)

Returns List<T> type descriptor.

public static IType List(IType elementType)

Parameters

elementType IType

Element type.

Returns

IType

Type descriptor.