コード例 #1
0
ファイル: Solution.cs プロジェクト: slagusev/monodevelop
 public override ReadOnlyCollection <T> GetAllSolutionItems <T> ()
 {
     return(RootFolder.GetAllItems <T> ());
 }