Пример #1
0
    public static void Main()
    {
        Root root = new Root ();
        Foo.Bar.Test test = new Foo.Bar.Test ();

        Console.WriteLine (root);
        Console.WriteLine (test);
    }
Пример #2
0
 public bool Simple(Foo.Bar.Test test)
 {
     return(true);
 }
Пример #3
0
 public bool Overloaded(Foo.Bar.Test test)
 {
     return(true);
 }
Пример #4
0
 public Test(Foo.Bar.Test test)
 {
 }