Skip to content

Instantly share code, notes, and snippets.

@chrisg32
Last active July 16, 2016 04:20
Show Gist options
  • Save chrisg32/2697a0cf6c2ebde5b950ae1dd9b75477 to your computer and use it in GitHub Desktop.
Save chrisg32/2697a0cf6c2ebde5b950ae1dd9b75477 to your computer and use it in GitHub Desktop.
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$
{
public class $safeitemrootname$
{
#region Fields
#endregion Fields
#region Properties
#endregion Properties
#region Initialization
#endregion Initialization
#region Methods
#endregion Methods
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment