C# Класс DocPlagiarizer.SyntaxNodeExtensions

Показать файл Открыть проект

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

Метод Описание
GetDocumentationCommentText ( this node ) : string
GetIndentation ( this node ) : string
WithDocumentationComment ( this node, string documentationComment ) : SyntaxNode

Описание методов

GetDocumentationCommentText() публичный статический Метод

public static GetDocumentationCommentText ( this node ) : string
node this
Результат string

GetIndentation() публичный статический Метод

public static GetIndentation ( this node ) : string
node this
Результат string

WithDocumentationComment() публичный статический Метод

public static WithDocumentationComment ( this node, string documentationComment ) : SyntaxNode
node this
documentationComment string
Результат SyntaxNode