CommandLineExtensionsAddCommand - метод
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public static CommandContext AddCommand(
this CommandContext commandContext,
Delegate commandDelegate
)
<ExtensionAttribute>
Public Shared Function AddCommand (
commandContext As CommandContext,
commandDelegate As Delegate
) As CommandContext
public:
[ExtensionAttribute]
static CommandContext^ AddCommand(
CommandContext^ commandContext,
Delegate^ commandDelegate
)
[<ExtensionAttribute>]
static member AddCommand :
commandContext : CommandContext *
commandDelegate : Delegate -> CommandContext
- commandContext CommandContext
-
- commandDelegate Delegate
-
CommandContextВ Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
CommandContext. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).