C# 클래스 TinyCsvParser.Tokenizer.RFC4180.Reader.Token

파일 보기 프로젝트 열기: bytefish/TinyCsvParser

공개 프로퍼티들

프로퍼티 타입 설명
Content string
Type TokenType

공개 메소드들

메소드 설명
Token ( TokenType type ) : System.Collections.Generic
Token ( TokenType type, string content ) : System.Collections.Generic

메소드 상세

Token() 공개 메소드

public Token ( TokenType type ) : System.Collections.Generic
type TokenType
리턴 System.Collections.Generic

Token() 공개 메소드

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

프로퍼티 상세

Content 공개적으로 프로퍼티

public string Content
리턴 string

Type 공개적으로 프로퍼티

public TokenType Type
리턴 TokenType