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

Parse for special nodes when building Code DOM.
显示文件 Open project: Monobjc/monobjc-tools

Public Methods

Method 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 method

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

GetDocumentationCommentsBefore() public method

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