C# Class Cottle.Parsers.Default.Lexem

Afficher le fichier Open project: r3c/cottle Class Usage Examples

Méthodes publiques

Свойство Type Description
Content string
Type LexemType

Méthodes publiques

Méthode Description
Lexem ( LexemType type, string content ) : System

Method Details

Lexem() public méthode

public Lexem ( LexemType type, string content ) : System
type LexemType
content string
Résultat System

Property Details

Content public_oe property

public string Content
Résultat string

Type public_oe property

public LexemType Type
Résultat LexemType