C# Code Snip
1.Tryf + TAB+TAB
try
{
}
finally
{
}
2.Prop+Tab+Tab
public int MyProperty { get; set; }
3. #region + TAB
#region MyRegion
#endregion
1.Tryf + TAB+TAB
try
{
}
finally
{
}
2.Prop+Tab+Tab
public int MyProperty { get; set; }
3. #region + TAB
#region MyRegion
#endregion