Public Class A{ Public A() { this.BID=new B(); } Public B BID{get;set} Public Class B { Public B() { } }}
你指的是这个意思?