C# Class DocPlagiarizer.ISymbolExtensions

Afficher le fichier Open project: pmacn/DocPlagiarizer

Méthodes publiques

Méthode Description
GetSyntaxNodes ( this symbol ) : IEnumerable
HasDocumentationComment ( this symbol ) : bool
ImplementedInterfaceMember ( this symbol ) : IEnumerable

Method Details

GetSyntaxNodes() public static méthode

public static GetSyntaxNodes ( this symbol ) : IEnumerable
symbol this
Résultat IEnumerable

HasDocumentationComment() public static méthode

public static HasDocumentationComment ( this symbol ) : bool
symbol this
Résultat bool

ImplementedInterfaceMember() public static méthode

public static ImplementedInterfaceMember ( this symbol ) : IEnumerable
symbol this
Résultat IEnumerable