コード例 #1
0
 public static void Main()
 {
     MyRefType   refType   = new MyRefType();
     MyValueType valueType = new MyValueType(refType);
 }
コード例 #2
0
ファイル: RefAndValue.cs プロジェクト: anytao/insidenet
 public static void Main()
 {
     MyRefType refType = new MyRefType();
     MyValueType valueType = new MyValueType(refType);
 }