Table of Contents

Class ActionFactory

Namespace
Cuemon
Assembly
Cuemon.Core.dll

Provides access to factory methods for creating ActionFactory<TTuple> instances that encapsulate a delegate with a variable amount of generic arguments.

public static class ActionFactory
Inheritance
Object
ActionFactory

Methods

Create(Action)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method.

public static ActionFactory<Template> Create(Action method)

Parameters

method Action

The delegate to invoke.

Returns

ActionFactory<Template>

An instance of ActionFactory<TTuple> object initialized with the specified method.

Create<T>(Action<T>, T)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and one generic argument.

public static ActionFactory<Template<T>> Create<T>(Action<T> method, T arg)

Parameters

method Action<T>

The delegate to invoke.

arg T

The parameter of the delegate method.

Returns

ActionFactory<Template<T>>

An instance of ActionFactory<TTuple> object initialized with the specified method and one generic argument.

Type Parameters

T

The type of the parameter of the delegate method.

Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and ten generic arguments.

public static ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10)

Parameters

method Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

arg4 T4

The fourth parameter of the delegate method.

arg5 T5

The fifth parameter of the delegate method.

arg6 T6

The sixth parameter of the delegate method.

arg7 T7

The seventh parameter of the delegate method.

arg8 T8

The eighth parameter of the delegate method.

arg9 T9

The ninth parameter of the delegate method.

arg10 T10

The tenth parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>

An instance of ActionFactory<TTuple> object initialized with the specified method and ten generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

T4

The type of the fourth parameter of the delegate method.

T5

The type of the fifth parameter of the delegate method.

T6

The type of the sixth parameter of the delegate method.

T7

The type of the seventh parameter of the delegate method.

T8

The type of the eighth parameter of the delegate method.

T9

The type of the ninth parameter of the delegate method.

T10

The type of the tenth parameter of the delegate method.

Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and eleven generic arguments.

public static ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11)

Parameters

method Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

arg4 T4

The fourth parameter of the delegate method.

arg5 T5

The fifth parameter of the delegate method.

arg6 T6

The sixth parameter of the delegate method.

arg7 T7

The seventh parameter of the delegate method.

arg8 T8

The eighth parameter of the delegate method.

arg9 T9

The ninth parameter of the delegate method.

arg10 T10

The tenth parameter of the delegate method.

arg11 T11

The eleventh parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>

An instance of ActionFactory<TTuple> object initialized with the specified method and eleven generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

T4

The type of the fourth parameter of the delegate method.

T5

The type of the fifth parameter of the delegate method.

T6

The type of the sixth parameter of the delegate method.

T7

The type of the seventh parameter of the delegate method.

T8

The type of the eighth parameter of the delegate method.

T9

The type of the ninth parameter of the delegate method.

T10

The type of the tenth parameter of the delegate method.

T11

The type of the eleventh parameter of the delegate method.

Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and twelfth generic arguments.

public static ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12)

Parameters

method Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

arg4 T4

The fourth parameter of the delegate method.

arg5 T5

The fifth parameter of the delegate method.

arg6 T6

The sixth parameter of the delegate method.

arg7 T7

The seventh parameter of the delegate method.

arg8 T8

The eighth parameter of the delegate method.

arg9 T9

The ninth parameter of the delegate method.

arg10 T10

The tenth parameter of the delegate method.

arg11 T11

The eleventh parameter of the delegate method.

arg12 T12

The twelfth parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>

An instance of ActionFactory<TTuple> object initialized with the specified method and twelfth generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

T4

The type of the fourth parameter of the delegate method.

T5

The type of the fifth parameter of the delegate method.

T6

The type of the sixth parameter of the delegate method.

T7

The type of the seventh parameter of the delegate method.

T8

The type of the eighth parameter of the delegate method.

T9

The type of the ninth parameter of the delegate method.

T10

The type of the tenth parameter of the delegate method.

T11

The type of the eleventh parameter of the delegate method.

T12

The type of the twelfth parameter of the delegate method.

Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and thirteen generic arguments.

public static ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13)

Parameters

method Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

arg4 T4

The fourth parameter of the delegate method.

arg5 T5

The fifth parameter of the delegate method.

arg6 T6

The sixth parameter of the delegate method.

arg7 T7

The seventh parameter of the delegate method.

arg8 T8

The eighth parameter of the delegate method.

arg9 T9

The ninth parameter of the delegate method.

arg10 T10

The tenth parameter of the delegate method.

arg11 T11

The eleventh parameter of the delegate method.

arg12 T12

The twelfth parameter of the delegate method.

arg13 T13

The thirteenth parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>

An instance of ActionFactory<TTuple> object initialized with the specified method and thirteen generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

T4

The type of the fourth parameter of the delegate method.

T5

The type of the fifth parameter of the delegate method.

T6

The type of the sixth parameter of the delegate method.

T7

The type of the seventh parameter of the delegate method.

T8

The type of the eighth parameter of the delegate method.

T9

The type of the ninth parameter of the delegate method.

T10

The type of the tenth parameter of the delegate method.

T11

The type of the eleventh parameter of the delegate method.

T12

The type of the twelfth parameter of the delegate method.

T13

The type of the thirteenth parameter of the delegate method.

Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and fourteen generic arguments.

public static ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14)

Parameters

method Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

arg4 T4

The fourth parameter of the delegate method.

arg5 T5

The fifth parameter of the delegate method.

arg6 T6

The sixth parameter of the delegate method.

arg7 T7

The seventh parameter of the delegate method.

arg8 T8

The eighth parameter of the delegate method.

arg9 T9

The ninth parameter of the delegate method.

arg10 T10

The tenth parameter of the delegate method.

arg11 T11

The eleventh parameter of the delegate method.

arg12 T12

The twelfth parameter of the delegate method.

arg13 T13

The thirteenth parameter of the delegate method.

arg14 T14

The fourteenth parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>

An instance of ActionFactory<TTuple> object initialized with the specified method and fourteen generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

T4

The type of the fourth parameter of the delegate method.

T5

The type of the fifth parameter of the delegate method.

T6

The type of the sixth parameter of the delegate method.

T7

The type of the seventh parameter of the delegate method.

T8

The type of the eighth parameter of the delegate method.

T9

The type of the ninth parameter of the delegate method.

T10

The type of the tenth parameter of the delegate method.

T11

The type of the eleventh parameter of the delegate method.

T12

The type of the twelfth parameter of the delegate method.

T13

The type of the thirteenth parameter of the delegate method.

T14

The type of the fourteenth parameter of the delegate method.

Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and fifteen generic arguments.

public static ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15)

Parameters

method Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

arg4 T4

The fourth parameter of the delegate method.

arg5 T5

The fifth parameter of the delegate method.

arg6 T6

The sixth parameter of the delegate method.

arg7 T7

The seventh parameter of the delegate method.

arg8 T8

The eighth parameter of the delegate method.

arg9 T9

The ninth parameter of the delegate method.

arg10 T10

The tenth parameter of the delegate method.

arg11 T11

The eleventh parameter of the delegate method.

arg12 T12

The twelfth parameter of the delegate method.

arg13 T13

The thirteenth parameter of the delegate method.

arg14 T14

The fourteenth parameter of the delegate method.

arg15 T15

The fifteenth parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>

An instance of ActionFactory<TTuple> object initialized with the specified method and fifteen generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

T4

The type of the fourth parameter of the delegate method.

T5

The type of the fifth parameter of the delegate method.

T6

The type of the sixth parameter of the delegate method.

T7

The type of the seventh parameter of the delegate method.

T8

The type of the eighth parameter of the delegate method.

T9

The type of the ninth parameter of the delegate method.

T10

The type of the tenth parameter of the delegate method.

T11

The type of the eleventh parameter of the delegate method.

T12

The type of the twelfth parameter of the delegate method.

T13

The type of the thirteenth parameter of the delegate method.

T14

The type of the fourteenth parameter of the delegate method.

T15

The type of the fifteenth parameter of the delegate method.

Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and sixteen generic arguments.

public static ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9, T10 arg10, T11 arg11, T12 arg12, T13 arg13, T14 arg14, T15 arg15, T16 arg16)

Parameters

method Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

arg4 T4

The fourth parameter of the delegate method.

arg5 T5

The fifth parameter of the delegate method.

arg6 T6

The sixth parameter of the delegate method.

arg7 T7

The seventh parameter of the delegate method.

arg8 T8

The eighth parameter of the delegate method.

arg9 T9

The ninth parameter of the delegate method.

arg10 T10

The tenth parameter of the delegate method.

arg11 T11

The eleventh parameter of the delegate method.

arg12 T12

The twelfth parameter of the delegate method.

arg13 T13

The thirteenth parameter of the delegate method.

arg14 T14

The fourteenth parameter of the delegate method.

arg15 T15

The fifteenth parameter of the delegate method.

arg16 T16

The sixteenth parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>

An instance of ActionFactory<TTuple> object initialized with the specified method and sixteen generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

T4

The type of the fourth parameter of the delegate method.

T5

The type of the fifth parameter of the delegate method.

T6

The type of the sixth parameter of the delegate method.

T7

The type of the seventh parameter of the delegate method.

T8

The type of the eighth parameter of the delegate method.

T9

The type of the ninth parameter of the delegate method.

T10

The type of the tenth parameter of the delegate method.

T11

The type of the eleventh parameter of the delegate method.

T12

The type of the twelfth parameter of the delegate method.

T13

The type of the thirteenth parameter of the delegate method.

T14

The type of the fourteenth parameter of the delegate method.

T15

The type of the fifteenth parameter of the delegate method.

T16

The type of the sixteenth parameter of the delegate method.

Create<T1, T2>(Action<T1, T2>, T1, T2)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and two generic arguments.

public static ActionFactory<Template<T1, T2>> Create<T1, T2>(Action<T1, T2> method, T1 arg1, T2 arg2)

Parameters

method Action<T1, T2>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2>>

An instance of ActionFactory<TTuple> object initialized with the specified method and two generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

Create<T1, T2, T3>(Action<T1, T2, T3>, T1, T2, T3)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and three generic arguments.

public static ActionFactory<Template<T1, T2, T3>> Create<T1, T2, T3>(Action<T1, T2, T3> method, T1 arg1, T2 arg2, T3 arg3)

Parameters

method Action<T1, T2, T3>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3>>

An instance of ActionFactory<TTuple> object initialized with the specified method and three generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

Create<T1, T2, T3, T4>(Action<T1, T2, T3, T4>, T1, T2, T3, T4)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and four generic arguments.

public static ActionFactory<Template<T1, T2, T3, T4>> Create<T1, T2, T3, T4>(Action<T1, T2, T3, T4> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4)

Parameters

method Action<T1, T2, T3, T4>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

arg4 T4

The fourth parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3, T4>>

An instance of ActionFactory<TTuple> object initialized with the specified method and four generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

T4

The type of the fourth parameter of the delegate method.

Create<T1, T2, T3, T4, T5>(Action<T1, T2, T3, T4, T5>, T1, T2, T3, T4, T5)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and five generic arguments.

public static ActionFactory<Template<T1, T2, T3, T4, T5>> Create<T1, T2, T3, T4, T5>(Action<T1, T2, T3, T4, T5> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5)

Parameters

method Action<T1, T2, T3, T4, T5>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

arg4 T4

The fourth parameter of the delegate method.

arg5 T5

The fifth parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3, T4, T5>>

An instance of ActionFactory<TTuple> object initialized with the specified method and five generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

T4

The type of the fourth parameter of the delegate method.

T5

The type of the fifth parameter of the delegate method.

Create<T1, T2, T3, T4, T5, T6>(Action<T1, T2, T3, T4, T5, T6>, T1, T2, T3, T4, T5, T6)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and six generic arguments.

public static ActionFactory<Template<T1, T2, T3, T4, T5, T6>> Create<T1, T2, T3, T4, T5, T6>(Action<T1, T2, T3, T4, T5, T6> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)

Parameters

method Action<T1, T2, T3, T4, T5, T6>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

arg4 T4

The fourth parameter of the delegate method.

arg5 T5

The fifth parameter of the delegate method.

arg6 T6

The sixth parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3, T4, T5, T6>>

An instance of ActionFactory<TTuple> object initialized with the specified method and six generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

T4

The type of the fourth parameter of the delegate method.

T5

The type of the fifth parameter of the delegate method.

T6

The type of the sixth parameter of the delegate method.

Create<T1, T2, T3, T4, T5, T6, T7>(Action<T1, T2, T3, T4, T5, T6, T7>, T1, T2, T3, T4, T5, T6, T7)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and seven generic arguments.

public static ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7>> Create<T1, T2, T3, T4, T5, T6, T7>(Action<T1, T2, T3, T4, T5, T6, T7> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7)

Parameters

method Action<T1, T2, T3, T4, T5, T6, T7>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

arg4 T4

The fourth parameter of the delegate method.

arg5 T5

The fifth parameter of the delegate method.

arg6 T6

The sixth parameter of the delegate method.

arg7 T7

The seventh parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7>>

An instance of ActionFactory<TTuple> object initialized with the specified method and seven generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

T4

The type of the fourth parameter of the delegate method.

T5

The type of the fifth parameter of the delegate method.

T6

The type of the sixth parameter of the delegate method.

T7

The type of the seventh parameter of the delegate method.

Create<T1, T2, T3, T4, T5, T6, T7, T8>(Action<T1, T2, T3, T4, T5, T6, T7, T8>, T1, T2, T3, T4, T5, T6, T7, T8)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and eight generic arguments.

public static ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8>> Create<T1, T2, T3, T4, T5, T6, T7, T8>(Action<T1, T2, T3, T4, T5, T6, T7, T8> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8)

Parameters

method Action<T1, T2, T3, T4, T5, T6, T7, T8>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

arg4 T4

The fourth parameter of the delegate method.

arg5 T5

The fifth parameter of the delegate method.

arg6 T6

The sixth parameter of the delegate method.

arg7 T7

The seventh parameter of the delegate method.

arg8 T8

The eighth parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8>>

An instance of ActionFactory<TTuple> object initialized with the specified method and eight generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

T4

The type of the fourth parameter of the delegate method.

T5

The type of the fifth parameter of the delegate method.

T6

The type of the sixth parameter of the delegate method.

T7

The type of the seventh parameter of the delegate method.

T8

The type of the eighth parameter of the delegate method.

Create<T1, T2, T3, T4, T5, T6, T7, T8, T9>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9>, T1, T2, T3, T4, T5, T6, T7, T8, T9)

Creates a new ActionFactory<TTuple> instance encapsulating the specified method and nine generic arguments.

public static ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9>> Create<T1, T2, T3, T4, T5, T6, T7, T8, T9>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9)

Parameters

method Action<T1, T2, T3, T4, T5, T6, T7, T8, T9>

The delegate to invoke.

arg1 T1

The first parameter of the delegate method.

arg2 T2

The second parameter of the delegate method.

arg3 T3

The third parameter of the delegate method.

arg4 T4

The fourth parameter of the delegate method.

arg5 T5

The fifth parameter of the delegate method.

arg6 T6

The sixth parameter of the delegate method.

arg7 T7

The seventh parameter of the delegate method.

arg8 T8

The eighth parameter of the delegate method.

arg9 T9

The ninth parameter of the delegate method.

Returns

ActionFactory<Template<T1, T2, T3, T4, T5, T6, T7, T8, T9>>

An instance of ActionFactory<TTuple> object initialized with the specified method and nine generic arguments.

Type Parameters

T1

The type of the first parameter of the delegate method.

T2

The type of the second parameter of the delegate method.

T3

The type of the third parameter of the delegate method.

T4

The type of the fourth parameter of the delegate method.

T5

The type of the fifth parameter of the delegate method.

T6

The type of the sixth parameter of the delegate method.

T7

The type of the seventh parameter of the delegate method.

T8

The type of the eighth parameter of the delegate method.

T9

The type of the ninth parameter of the delegate method.

Invoke<TTuple>(Action<TTuple>, TTuple)

Invokes the specified delegate method with a n-tuple argument.

public static void Invoke<TTuple>(Action<TTuple> method, TTuple tuple)
    where TTuple : Template

Parameters

method Action<TTuple>

The delegate to invoke.

tuple TTuple

The n-tuple argument of method.

Type Parameters

TTuple

The type of the n-tuple representation of a Template.