Пространство имён:
Tessa.Extensions.Default.Console.GetKey
Сборка:
Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис [VerbAttribute("GetKey")]
[LocalizableDescriptionAttribute("Common_CLI_GetKey")]
public static Task GetKey(
[OutputAttribute] TextWriter output,
[ArgumentAttribute][LocalizableDescriptionAttribute("Common_CLI_KeyType")] KeyType key
)
<VerbAttribute("GetKey")>
<LocalizableDescriptionAttribute("Common_CLI_GetKey")>
Public Shared Function GetKey (
<OutputAttribute> output As TextWriter,
<ArgumentAttribute><LocalizableDescriptionAttribute("Common_CLI_KeyType")> key As KeyType
) As Task
public:
[VerbAttribute(L"GetKey")]
[LocalizableDescriptionAttribute(L"Common_CLI_GetKey")]
static Task^ GetKey(
[OutputAttribute] TextWriter^ output,
[ArgumentAttribute][LocalizableDescriptionAttribute(L"Common_CLI_KeyType")] KeyType key
)
[<VerbAttribute("GetKey")>]
[<LocalizableDescriptionAttribute("Common_CLI_GetKey")>]
static member GetKey :
[<OutputAttribute>] output : TextWriter *
[<ArgumentAttribute>][<LocalizableDescriptionAttribute("Common_CLI_KeyType")>] key : KeyType -> Task
Параметры
- output
- Тип: System.IOTextWriter
- key
- Тип: Tessa.Extensions.Default.Console.GetKeyKeyType
Возвращаемое значение
Тип:
TaskСм. также