Ejemplo n.º 1
0
 public T Get <T>(bool recursive)
 {
     return(Objects.get <T>(GetCommand(), recursive));
 }
Ejemplo n.º 2
0
 public T Get <T>()
 {
     return(Objects.get <T>(GetCommand(), true));
 }