예제 #1
0
 public Builder AddSpaceProperties(ConnectToSpace value) {
     super.AddSpaceProperties(value._PBJSuper);
     return this;
 }
예제 #2
0
 public Builder MergeFrom(ConnectToSpace prototype) { super.MergeFrom(prototype._PBJSuper);return this;}
예제 #3
0
 public Builder SetSpaceProperties(int index,ConnectToSpace value) {
     super.SetSpaceProperties(index,value._PBJSuper);
     return this;
 }
예제 #4
0
 public static Builder CreateBuilder(ConnectToSpace prototype) {
     return (Builder)new Builder().MergeFrom(prototype);
 }