// HORRIBLY WRONG! public Foo Bar { get {return myBar;} } // CORRECT public Foo Bar { get { return myBar; } }