示例#1
0
文件: Class.cs 项目: Creepsky/Nexus
 private IEnumerable <IGenerationElement> GetElements()
 {
     return(new[]
     {
         Includes.OfType <IGenerationElement>(),
         Variables,
         CppBlocks
     }.SelectMany(i => i));
 }