AutoMerge.CommentFormater.CommentFormater C# (CSharp) Method

CommentFormater() public method

public CommentFormater ( AutoMerge.CommentFormat format ) : System.Collections.Generic
format AutoMerge.CommentFormat
return System.Collections.Generic
        public CommentFormater(CommentFormat format)
        {
            _format = format;
        }