リサイズはクリックかドラッグ

IntOrStr コンストラクター (Int32, String)

int, string どちらの値も持つインスタンスを生成するコンストラクタ

名前空間:  WodiLib.Sys
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public IntOrStr(
	int numValue,
	string strValue
)

パラメーター

numValue
型: SystemInt32
int設定値
strValue
型: SystemString
string設定値
関連項目