C# Класс DocPlagiarizer.ISymbolExtensions

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

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

Метод Описание
GetSyntaxNodes ( this symbol ) : IEnumerable
HasDocumentationComment ( this symbol ) : bool
ImplementedInterfaceMember ( this symbol ) : IEnumerable

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

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

public static GetSyntaxNodes ( this symbol ) : IEnumerable
symbol this
Результат IEnumerable

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

public static HasDocumentationComment ( this symbol ) : bool
symbol this
Результат bool

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

public static ImplementedInterfaceMember ( this symbol ) : IEnumerable
symbol this
Результат IEnumerable