コード例 #1
0
 public bool IsObject(string name)
 {
     return(data.IsObject(FindOrThrow(name)));
 }