CommandExtensionsAddCommandT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11(CommandContext, FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Task) - метод
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static CommandContext AddCommand<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(
this CommandContext commandContext,
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Task> commandDelegate
)
<ExtensionAttribute>
Public Shared Function AddCommand(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) (
commandContext As CommandContext,
commandDelegate As Func(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Task)
) As CommandContext
public:
[ExtensionAttribute]
generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11>
static CommandContext^ AddCommand(
CommandContext^ commandContext,
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Task^>^ commandDelegate
)
[<ExtensionAttribute>]
static member AddCommand :
commandContext : CommandContext *
commandDelegate : Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8, 'T9, 'T10, 'T11, Task> -> CommandContext
- commandContext CommandContext
-
- commandDelegate FuncT1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Task
-
- T1
- T2
- T3
- T4
- T5
- T6
- T7
- T8
- T9
- T10
- T11
CommandContextВ Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
CommandContext. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).