static void Main() { var part = new PartialExample(); Console.WriteLine(part.foobar.Foo + part.foobar.Bar); }