CommandGetKey - метод
Пространство имён: Tessa.Extensions.Default.Console.GetKeyСборка: Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
[VerbAttribute("GetKey")]
[LocalizableDescriptionAttribute("Common_CLI_GetKey")]
public static Task GetKey(
[OutputAttribute] TextWriter output,
[ArgumentAttribute][LocalizableDescriptionAttribute("Common_CLI_KeyType")] IEnumerable<KeyType> key
)
<VerbAttribute("GetKey")>
<LocalizableDescriptionAttribute("Common_CLI_GetKey")>
Public Shared Function GetKey (
<OutputAttribute> output As TextWriter,
<ArgumentAttribute><LocalizableDescriptionAttribute("Common_CLI_KeyType")> key As IEnumerable(Of KeyType)
) As Task
public:
[VerbAttribute(L"GetKey")]
[LocalizableDescriptionAttribute(L"Common_CLI_GetKey")]
static Task^ GetKey(
[OutputAttribute] TextWriter^ output,
[ArgumentAttribute][LocalizableDescriptionAttribute(L"Common_CLI_KeyType")] IEnumerable<KeyType>^ key
)
[<VerbAttribute("GetKey")>]
[<LocalizableDescriptionAttribute("Common_CLI_GetKey")>]
static member GetKey :
[<OutputAttribute>] output : TextWriter *
[<ArgumentAttribute>][<LocalizableDescriptionAttribute("Common_CLI_KeyType")>] key : IEnumerable<KeyType> -> Task
- output TextWriter
-
- key IEnumerableKeyType
-
Task