C# Class YAMP.VariableInfo

Represents information of a variable.
Show file Open project: FlorianRappl/YAMP

Public Methods

Method Description
VariableInfo ( String name, System.Boolean assigned, ParseContext context ) : System

Creates a new variable info.

Method Details

VariableInfo() public method

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.
return System