class A { [MyAttrib(Name="TestA";)] private Bb testing1 = new Bb(); [MyAttrib(Name="TestB";)] private Bb testing2 = new Bb(); }