bool クラス : Clone() メソッド
説明
呼出元のインスタンスと同じ値を持つ、新しいインスタンスを取得します。
構文
boolInstance.Clone()
引数
無し
返り値
クラス | 説明 |
bool | 呼出元のインスタンスと同じ値を持つ、新しいインスタンス。 |
サンプルコード
//anyBoolはbool型のインスタンス.
bool newInstance = anyBool.Clone();
注意
無し
参照リンク
無し
呼出元のインスタンスと同じ値を持つ、新しいインスタンスを取得します。
boolInstance.Clone()
無し
クラス | 説明 |
bool | 呼出元のインスタンスと同じ値を持つ、新しいインスタンス。 |
//anyBoolはbool型のインスタンス.
bool newInstance = anyBool.Clone();
無し
無し