コード例 #1
0
ファイル: FileBase.cs プロジェクト: igor-toporet/TestFx
 public IDeclarationsRange GetAllDeclarationsRange()
 {
     return(_file.GetAllDeclarationsRange());
 }