コード例 #1
0
ファイル: Program.cs プロジェクト: ammuanju97/expo1
    public static void Main()
    {
        IndexerDemo ind = new IndexerDemo();

        Console.WriteLine("Date is {0}/{1}/{2}", ind["Day"], ind["Month"], ind["Year"]);
        Console.ReadKey();
    }
コード例 #2
0
 public static void Test()
 {
     //  Display();
     IndexerDemo.Display();
 }