C# Code Snip

1.Tryf + TAB+TAB

try
{

}
finally
{

}

2.Prop+Tab+Tab

public int MyProperty { get; set; }

 3. #region + TAB

        #region MyRegion
        
        #endregion

  

原文地址:https://www.cnblogs.com/bg57/p/3307677.html