C# Класс System.ParameterizedStrings.FormatParam

Represents a parameter to a terminfo formatting string. It is a discriminated union of either an integer or a string, with characters represented as integers.
Показать файл Открыть проект

Открытые методы

Метод Описание
FormatParam ( Int32 value ) : System.Collections

Initializes the parameter with an integer value.

FormatParam ( String value ) : System.Collections

Initializes the parameter with a string value.

Приватные методы

Метод Описание
FormatParam ( Int32 intValue, String stringValue ) : System.Collections

Initializes the parameter.

Описание методов

FormatParam() публичный метод

Initializes the parameter with an integer value.
public FormatParam ( Int32 value ) : System.Collections
value Int32 The value to be stored in the parameter.
Результат System.Collections

FormatParam() публичный метод

Initializes the parameter with a string value.
public FormatParam ( String value ) : System.Collections
value String The value to be stored in the parameter.
Результат System.Collections