C# 클래스 Monobjc.Tools.Generator.Parsers.CodeDom.Utilities.CodeDomSpecialParser

Parse for special nodes when building Code DOM.
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
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.

메소드 상세

CodeDomSpecialParser() 공개 메소드

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

GetDocumentationCommentsBefore() 공개 메소드

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