Response Unmarshaller for DescribeIndexFields operation
Inheritance: XmlResponseUnmarshaller
示例#1
0
 public static DescribeIndexFieldsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeIndexFieldsResponseUnmarshaller();
     }
     return(instance);
 }
 public static DescribeIndexFieldsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new DescribeIndexFieldsResponseUnmarshaller();
     }
     return instance;
 }