C# Class Monobjc.Tools.Generator.Parsers.CodeDom.Utilities.CodeDomSpecialParser

Parse for special nodes when building Code DOM.
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
CodeDomSpecialParser ( IList specials ) : System.Collections.Generic

Initializes a new instance of the CodeDomSpecialParser class.

GetDocumentationCommentsBefore ( INode node ) : IEnumerable

Gets the documentation comments before the given node.

Method Details

CodeDomSpecialParser() public méthode

Initializes a new instance of the CodeDomSpecialParser class.
public CodeDomSpecialParser ( IList specials ) : System.Collections.Generic
specials IList The specials.
Résultat System.Collections.Generic

GetDocumentationCommentsBefore() public méthode

Gets the documentation comments before the given node.
public GetDocumentationCommentsBefore ( INode node ) : IEnumerable
node INode The node.
Résultat IEnumerable