Last active
September 7, 2016 01:49
-
-
Save zhenlinyang/22287a642d82fa27e499dc06ba754fd4 to your computer and use it in GitHub Desktop.
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\ItemTemplates\CSharp\Code\2052\
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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$ | |
namespace $rootnamespace$ | |
{ | |
class $safeitemrootname$ | |
{ | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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$ | |
namespace $rootnamespace$ | |
{ | |
interface $safeitemrootname$ | |
{ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment