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

Represents a single token.
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Token() public méthode

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.
Résultat System.Diagnostics.CodeAnalysis