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

Parse() public method

public Parse ( XmlNodeList nodes ) : IList
nodes System.Xml.XmlNodeList
return IList
        public IList<Comment> Parse(XmlNodeList nodes)
        {
            return Parse(nodes, new ParseOptions());
        }

Same methods

CommentParser::Parse ( XmlNodeList nodes, Docu.Parsing.Comments.ParseOptions options ) : IList