C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDEItemTemplatesCSharpCode2052ClassClass.cs
using System; using System.Collections.Generic; $if$ ($targetframeworkversion$ >= 3.5)using System.Linq; $endif$using System.Text; $if$ ($targetframeworkversion$ >= 4.5)using System.Threading.Tasks; $endif$ //摘抄自博客园:https://ssda.cnblogs.com namespace $rootnamespace$ { class $safeitemrootname$ { } }
所有VS所有类型文件的模板都存储在:
C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDEItemTemplates