2015-02-05から1日間の記事一覧

裏口からのC#実践入門

1-21 readonly が使えるケースで普通の変数を使う 初期化構文 -> コンストラクタの処理順。 using System; namespace Uraguchi { public class Tenshi21 { private readonly double x1 = 4989, x2 = 893, distance; public void Report() { Console.WriteLin…