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.
파일 보기 프로젝트 열기: vargaz/mono

공개 메소드들

메소드 설명
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