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