Delegates
Delegate | Description | |
---|---|---|
![]() | ActionT1, T2, T3, T4, T5, T6, T7, T8, T9, T10 |
An expansion of the Action delegate to 10 arguments.
|
![]() | ActionT1, T2, T3, T4, T5 |
An expansion of the Action delegate to 5 arguments.
|
![]() | ActionT1, T2, T3, T4, T5, T6 |
An expansion of the Action delegate to 6 arguments.
|
![]() | ActionT1, T2, T3, T4, T5, T6, T7 |
An expansion of the Action delegate to 7 arguments.
|
![]() | ActionT1, T2, T3, T4, T5, T6, T7, T8 |
An expansion of the Action delegate to 8 arguments.
|
![]() | ActionT1, T2, T3, T4, T5, T6, T7, T8, T9 |
An expansion of the Action delegate to 9 arguments.
|
![]() | FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, TResult |
An expansion of the Func delegate to 9 arguments.
|
![]() | FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult |
An expansion of the Func delegate to 10 arguments.
|
![]() | FuncT1, T2, T3, T4, T5, TResult |
An expansion of the Func delegate to 5 arguments.
|
![]() | FuncT1, T2, T3, T4, T5, T6, TResult |
An expansion of the Func delegate to 6 arguments.
|
![]() | FuncT1, T2, T3, T4, T5, T6, T7, TResult |
An expansion of the Func delegate to 7 arguments.
|
![]() | FuncT1, T2, T3, T4, T5, T6, T7, T8, TResult |
An expansion of the Func delegate to 8 arguments.
|