Docu.Parsing.Comments.CommentParser.CommentParser C# (CSharp) Method

CommentParser() public method

public CommentParser ( ICommentNodeParser parsers ) : System.Collections.Generic
parsers ICommentNodeParser
return System.Collections.Generic
        public CommentParser(ICommentNodeParser[] parsers)
        {
            _parsers = parsers;
        }