C# Class FirstFloor.ModernUI.Windows.Controls.BbCode.Token

Represents a single token.
Mostra file Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

Token ( string value, int tokenType ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the T:Token class.

Method Details

ToString() public method

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
return string

Token() public method

Initializes a new instance of the T:Token class.
public Token ( string value, int tokenType ) : System.Diagnostics.CodeAnalysis
value string The _value.
tokenType int Type of the token.
return System.Diagnostics.CodeAnalysis