C# Класс YAMP.VariableInfo

Represents information of a variable.
Показать файл Открыть проект

Открытые методы

Метод Описание
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