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