C# 클래스 DocPlagiarizer.SyntaxNodeExtensions

파일 보기 프로젝트 열기: pmacn/DocPlagiarizer

공개 메소드들

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