C# 클래스 Danmaku_no_Kyojin.BulletEngine.Equationator.Token

This is a single text token from an equation. The first step to compiling an equation is breaking it up into a list tokens and determining what is in those tokens.
파일 보기 프로젝트 열기: Noxalus/Danmaku-no-Kyojin

공개 메소드들

메소드 설명
Token ( string myText, TokenType myType ) : System

Initializes a new instance of the Equationator.Token class.

메소드 상세

Token() 공개 메소드

Initializes a new instance of the Equationator.Token class.
public Token ( string myText, TokenType myType ) : System
myText string My text.
myType TokenType My type.
리턴 System