コード例 #1
0
 public List <T> GetAll <T>(bool recursive)
 {
     return(Objects.getAll <T>(GetCommand(), recursive));
 }
コード例 #2
0
 public List <T> GetAll <T>()
 {
     return(Objects.getAll <T>(GetCommand()));
 }