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