Beispiel #1
0
 public Builder AddCreationAttributes(global::bnet.protocol.attribute.Attribute.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.creationAttributes_.Add(builderForValue.Build());
     return(this);
 }
Beispiel #2
0
 public Builder SetCreationAttributes(int index, global::bnet.protocol.attribute.Attribute.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.creationAttributes_[index] = builderForValue.Build();
     return(this);
 }
Beispiel #3
0
 public Builder AddAttribute(global::bnet.protocol.attribute.Attribute.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     result.attribute_.Add(builderForValue.Build());
     return(this);
 }
Beispiel #4
0
 public Builder SetAttribute(int index, global::bnet.protocol.attribute.Attribute.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     result.attribute_[index] = builderForValue.Build();
     return(this);
 }