pair クラス : Second(class) セッタ

説明

二番目のインスタンスをを設定します。

構文

pairInstance.Second = someInstance

引数

クラス名前説明
classsomeInstance任意のインスタンス。

返り値

無し

サンプルコード

1:

pair newPair = new pair();

2:

newPair.Second = new string("set as second item.");

3:

string str = newPair.Second;

注意

無し

参照リンク

無し

Copyright © Rice All rights reserved.