C# Class Cottle.Parsers.Default.Lexem

Show file Open project: r3c/cottle Class Usage Examples

Public Properties

Property Type Description
Content string
Type LexemType

Public Methods

Method Description
Lexem ( LexemType type, string content ) : System

Method Details

Lexem() public method

public Lexem ( LexemType type, string content ) : System
type LexemType
content string
return System

Property Details

Content public property

public string Content
return string

Type public property

public LexemType Type
return LexemType