C# Class DocPlagiarizer.SyntaxNodeExtensions

Afficher le fichier Open project: pmacn/DocPlagiarizer

Méthodes publiques

Méthode Description
GetDocumentationCommentText ( this node ) : string
GetIndentation ( this node ) : string
WithDocumentationComment ( this node, string documentationComment ) : SyntaxNode

Method Details

GetDocumentationCommentText() public static méthode

public static GetDocumentationCommentText ( this node ) : string
node this
Résultat string

GetIndentation() public static méthode

public static GetIndentation ( this node ) : string
node this
Résultat string

WithDocumentationComment() public static méthode

public static WithDocumentationComment ( this node, string documentationComment ) : SyntaxNode
node this
documentationComment string
Résultat SyntaxNode