LocalVariable Class

From The Oxygene Language Wiki

Jump to:navigation, search

This is a Language topic
Feel free to add your notes to this topic below.


[Serializable]
LocalVariable = public class

An new inline local variable inside a begin/end block. The values are initialized by adding AssignmentStatement instances to the begin/end variable.

Namespace: Cirrus Statements


Members

Method
Description
constructor(aName: String; aType: IType)Constructor
constructorConstructor


Properties

Property
Description
Name: StringName of the local
Type: ITypeType of the local


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox