コード例 #1
0
 public GetObjectInformationResponse(ObjectInformation information)
 {
     this.information = information;
 }
コード例 #2
0
 public GetObjectInformationResponse()
 {
     this.information = new ObjectInformation();
 }