C# 클래스 DocPlagiarizer.SyntaxTriviaExtensions

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

공개 메소드들

메소드 설명
GetTriviaList ( this trivia ) : SyntaxTriviaList
IsDocumentationComment ( this trivia ) : bool
IsLastInList ( this trivia ) : bool
IsWhitespace ( this trivia ) : bool
NextTrivia ( this trivia ) : SyntaxTrivia

메소드 상세

GetTriviaList() 공개 정적인 메소드

public static GetTriviaList ( this trivia ) : SyntaxTriviaList
trivia this
리턴 SyntaxTriviaList

IsDocumentationComment() 공개 정적인 메소드

public static IsDocumentationComment ( this trivia ) : bool
trivia this
리턴 bool

IsLastInList() 공개 정적인 메소드

public static IsLastInList ( this trivia ) : bool
trivia this
리턴 bool

IsWhitespace() 공개 정적인 메소드

public static IsWhitespace ( this trivia ) : bool
trivia this
리턴 bool

NextTrivia() 공개 정적인 메소드

public static NextTrivia ( this trivia ) : SyntaxTrivia
trivia this
리턴 SyntaxTrivia