Table of Contents

Class MethodHelper

Namespace
LinqToDB.Linq
Assembly
linq2db.dll
public static class MethodHelper
Inheritance
MethodHelper

Methods

GetMethodInfo(Delegate)

public static MethodInfo GetMethodInfo(this Delegate del)

Parameters

del Delegate

Returns

MethodInfo

GetMethodInfo<T1, T2>(Func<T1, T2>, T1)

public static MethodInfo GetMethodInfo<T1, T2>(Func<T1, T2> f, T1 unused1)

Parameters

f Func<T1, T2>
unused1 T1

Returns

MethodInfo

Type Parameters

T1
T2

GetMethodInfo<T1, T2, T3>(Func<T1, T2, T3>, T1, T2)

public static MethodInfo GetMethodInfo<T1, T2, T3>(Func<T1, T2, T3> f, T1 unused1, T2 unused2)

Parameters

f Func<T1, T2, T3>
unused1 T1
unused2 T2

Returns

MethodInfo

Type Parameters

T1
T2
T3

GetMethodInfo<T1, T2, T3, T4>(Func<T1, T2, T3, T4>, T1, T2, T3)

public static MethodInfo GetMethodInfo<T1, T2, T3, T4>(Func<T1, T2, T3, T4> f, T1 unused1, T2 unused2, T3 unused3)

Parameters

f Func<T1, T2, T3, T4>
unused1 T1
unused2 T2
unused3 T3

Returns

MethodInfo

Type Parameters

T1
T2
T3
T4

GetMethodInfo<T1, T2, T3, T4, T5>(Func<T1, T2, T3, T4, T5>, T1, T2, T3, T4)

public static MethodInfo GetMethodInfo<T1, T2, T3, T4, T5>(Func<T1, T2, T3, T4, T5> f, T1 unused1, T2 unused2, T3 unused3, T4 unused4)

Parameters

f Func<T1, T2, T3, T4, T5>
unused1 T1
unused2 T2
unused3 T3
unused4 T4

Returns

MethodInfo

Type Parameters

T1
T2
T3
T4
T5

GetMethodInfo<T1, T2, T3, T4, T5, T6>(Func<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5)

public static MethodInfo GetMethodInfo<T1, T2, T3, T4, T5, T6>(Func<T1, T2, T3, T4, T5, T6> f, T1 unused1, T2 unused2, T3 unused3, T4 unused4, T5 unused5)

Parameters

f Func<T1, T2, T3, T4, T5, T6>
unused1 T1
unused2 T2
unused3 T3
unused4 T4
unused5 T5

Returns

MethodInfo

Type Parameters

T1
T2
T3
T4
T5
T6

GetMethodInfo<T1, T2, T3, T4, T5, T6, T7>(Func<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6)

public static MethodInfo GetMethodInfo<T1, T2, T3, T4, T5, T6, T7>(Func<T1, T2, T3, T4, T5, T6, T7> f, T1 unused1, T2 unused2, T3 unused3, T4 unused4, T5 unused5, T6 unused6)

Parameters

f Func<T1, T2, T3, T4, T5, T6, T7>
unused1 T1
unused2 T2
unused3 T3
unused4 T4
unused5 T5
unused6 T6

Returns

MethodInfo

Type Parameters

T1
T2
T3
T4
T5
T6
T7