ForInLocalValue 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]
ForLocalValue = public class(Value)

The ForInLocalValue points to either the index or the item variable introduced in a for-in statement.

Namespace: Cirrus Values


Members

Method
Description
constructor(aStatement: ForInStatement Class; aUseIndexVariable: Boolean)Create a new instance of this class
constructorCreate a new instance of this class


Properties

Property
Description
Index: BooleanIf true it's the index value that's referenced, else it's the value variable
Statement: ForInStatement ClassThe statement this value belongs to


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox