示例#1
0
 public bool IsArray(string name)
 {
     return(data.IsArray(FindOrThrow(name)));
 }