C# Class fItemPlugin.ItemRules.Core.Token

Exibir arquivo Open project: herbfunk/Funky Class Usage Examples

Public Methods

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

Method Details

ToString() public method

public ToString ( ) : string
return string

Token() public method

public Token ( ) : System.Collections.Generic
return System.Collections.Generic

Token() public method

public Token ( int start, int end ) : System.Collections.Generic
start int
end int
return System.Collections.Generic

UpdateRange() public method

public UpdateRange ( Token token ) : void
token Token
return void