AvalonStudio.Projects.CPlusPlus.CPlusPlusClassHeaderTemplateBase.ClearIndent C# (CSharp) Method

ClearIndent() public method

Remove any indentation
public ClearIndent ( ) : void
return void
        public void ClearIndent()
        {
            this.indentLengths.Clear();
            this.currentIndentField = "";
        }
        #endregion