C# Класс Monobjc.Tools.Generator.Parsers.CodeDom.Utilities.CodeDomSpecialParser

Parse for special nodes when building Code DOM.
Показать файл Открыть проект

Открытые методы

Метод Описание
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