C# Class ReSharper.NTriples.Tree.WhitespaceBase

Inheritance: NTriplesTokenBase, IWhitespaceNode
Mostrar archivo Open project: xsburg/ReSharper.NTriples

Public Methods

Method Description
GetText ( ) : string
GetTextLength ( ) : int
ToString ( ) : String

Protected Methods

Method Description
WhitespaceBase ( string text ) : System

Method Details

GetText() public method

public GetText ( ) : string
return string

GetTextLength() public method

public GetTextLength ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String

WhitespaceBase() protected method

protected WhitespaceBase ( string text ) : System
text string
return System