C# Class TinyCsvParser.Tokenizer.RFC4180.Reader.Token

Exibir arquivo Open project: bytefish/TinyCsvParser

Public Properties

Property Type Description
Content string
Type TokenType

Public Methods

Method Description
Token ( TokenType type ) : System.Collections.Generic
Token ( TokenType type, string content ) : System.Collections.Generic

Method Details

Token() public method

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

Token() public method

public Token ( TokenType type, string content ) : System.Collections.Generic
type TokenType
content string
return System.Collections.Generic

Property Details

Content public_oe property

public string Content
return string

Type public_oe property

public TokenType Type
return TokenType