Exemple #1
0
 public XmlRpcValueBasic(object data, XmlRpcBasicValueType type)
     : base(data)
 {
     this.type = type;
 }
 public XmlRpcValueBasic(object data, XmlRpcBasicValueType type)
     : base(data)
 { this.type = type; }