C# Class ReSharper.NTriples.Tree.WhitespaceBase

Inheritance: NTriplesTokenBase, IWhitespaceNode
Afficher le fichier Open project: xsburg/ReSharper.NTriples

Méthodes publiques

Méthode Description
GetText ( ) : string
GetTextLength ( ) : int
ToString ( ) : String

Méthodes protégées

Méthode Description
WhitespaceBase ( string text ) : System

Method Details

GetText() public méthode

public GetText ( ) : string
Résultat string

GetTextLength() public méthode

public GetTextLength ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : String
Résultat String

WhitespaceBase() protected méthode

protected WhitespaceBase ( string text ) : System
text string
Résultat System