public static void Main() { Root root = new Root (); Foo.Bar.Test test = new Foo.Bar.Test (); Console.WriteLine (root); Console.WriteLine (test); }
public bool Simple(Foo.Bar.Test test) { return(true); }
public bool Overloaded(Foo.Bar.Test test) { return(true); }
public Test(Foo.Bar.Test test) { }