コード例 #1
0
ファイル: AttrDemo.cs プロジェクト: guyuefeng/aspnet-sample
 public static void Main(String[] args)
 {
     AttrDemo ad = new AttrDemo();
     // we're trying to call a method that has been
     // tagged as obsolete
     ad.OldMethod();
 }
コード例 #2
0
    public static void Main(String[] args)
    {
        AttrDemo ad = new AttrDemo();

        // we're trying to call a method that has been
        // tagged as obsolete
        ad.OldMethod();
    }