C# Class Ink.Runtime.VariableAssignment

Inheritance: Runtime.Object
Exibir arquivo Open project: inkle/ink Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
VariableAssignment ( ) : System.ComponentModel
VariableAssignment ( string variableName, bool isNewDeclaration ) : System.ComponentModel

Method Details

ToString() public method

public ToString ( ) : string
return string

VariableAssignment() public method

public VariableAssignment ( ) : System.ComponentModel
return System.ComponentModel

VariableAssignment() public method

public VariableAssignment ( string variableName, bool isNewDeclaration ) : System.ComponentModel
variableName string
isNewDeclaration bool
return System.ComponentModel