コード例 #1
0
ファイル: ImmutableCsharp6.cs プロジェクト: ufcpp/UfcppSample
 public void Run()
 {
     var s = new Sample(1);
     WriteLine(s.X);
 }