C# 클래스 YAMP.VariableInfo

Represents information of a variable.
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
VariableInfo ( String name, System.Boolean assigned, ParseContext context ) : System

Creates a new variable info.

메소드 상세

VariableInfo() 공개 메소드

Creates a new variable info.
public VariableInfo ( String name, System.Boolean assigned, ParseContext context ) : System
name String The name of the variable.
assigned System.Boolean Is the variable assigned?
context ParseContext The context of the variable.
리턴 System