Docu.Parsing.Comments.CommentParser.CommentParser C# (CSharp) Метод

CommentParser() публичный Метод

public CommentParser ( ICommentNodeParser parsers ) : System.Collections.Generic
parsers ICommentNodeParser
Результат System.Collections.Generic
        public CommentParser(ICommentNodeParser[] parsers)
        {
            _parsers = parsers;
        }