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

A named local is a local variable defined in one of the parent statements or the method itself that has a name defined. These are locals that can be defined as part of a for, for in, with, using, locking or begin/end block.

Namespace: Cirrus Values


Members

Method
Description
constructor(aName: String)Create a new instance of this class; aName is the name of the variable
constructorCreate a new instance of this class


Properties

Property
Description
Name: StringName of the local look for


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox