C# 클래스 DocPlagiarizer.ISymbolExtensions

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

공개 메소드들

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