Docu.Parsing.Comments.CommentParser.CommentParser C# (CSharp) Méthode

CommentParser() public méthode

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