示例#1
0
 public object this[int index]
 {
     get
     {
         return(JsonObject.GetAtIndex(this._members, index));
     }
 }
示例#2
0
 public object this[int index]
 {
     get
     {
         return(JsonObject.GetAtIndex((IDictionary <string, object>) this._members, index));
     }
 }