C# Class Docu.Parsing.Comments.InlineCodeCommentParser

Inheritance: Docu.Parsing.Comments.CommentParserBase
Afficher le fichier Open project: cdrnet/docu

Méthodes publiques

Méthode Description
CanParse ( XmlNode node ) : bool
Parse ( ICommentParser parser, XmlNode node, bool first, bool last, Docu.Parsing.Comments.ParseOptions options ) : Comment

Method Details

CanParse() public méthode

public CanParse ( XmlNode node ) : bool
node System.Xml.XmlNode
Résultat bool

Parse() public méthode

public Parse ( ICommentParser parser, XmlNode node, bool first, bool last, Docu.Parsing.Comments.ParseOptions options ) : Comment
parser ICommentParser
node System.Xml.XmlNode
first bool
last bool
options Docu.Parsing.Comments.ParseOptions
Résultat Docu.Documentation.Comments.Comment