Example #1
0
 public Argument(BuildProtocolConstants.ArgumentId argumentId,
                 uint argumentIndex,
                 string value)
 {
     this.ArgumentId    = argumentId;
     this.ArgumentIndex = argumentIndex;
     this.Value         = value;
 }
Example #2
0
 public Argument(BuildProtocolConstants.ArgumentId argumentId,
                 uint argumentIndex,
                 string value)
 {
     this.ArgumentId = argumentId;
     this.ArgumentIndex = argumentIndex;
     this.Value = value;
 }