Example #1
0
 public override ReadOnlyCollection <T> GetAllSolutionItems <T> ()
 {
     return(RootFolder.GetAllItems <T> ());
 }