C# 클래스 ReSharper.NTriples.Tree.WhitespaceBase

상속: NTriplesTokenBase, IWhitespaceNode
파일 보기 프로젝트 열기: xsburg/ReSharper.NTriples

공개 메소드들

메소드 설명
GetText ( ) : string
GetTextLength ( ) : int
ToString ( ) : String

보호된 메소드들

메소드 설명
WhitespaceBase ( string text ) : System

메소드 상세

GetText() 공개 메소드

public GetText ( ) : string
리턴 string

GetTextLength() 공개 메소드

public GetTextLength ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

WhitespaceBase() 보호된 메소드

protected WhitespaceBase ( string text ) : System
text string
리턴 System