C# Class fItemPlugin.ItemRules.Core.Token

Afficher le fichier Open project: herbfunk/Funky Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string
Token ( ) : System.Collections.Generic
Token ( int start, int end ) : System.Collections.Generic
UpdateRange ( Token token ) : void

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Token() public méthode

public Token ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Token() public méthode

public Token ( int start, int end ) : System.Collections.Generic
start int
end int
Résultat System.Collections.Generic

UpdateRange() public méthode

public UpdateRange ( Token token ) : void
token Token
Résultat void