ParameterizedValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] ParameterizedValue = public abstract class(Value)
ParameterizedValue is a base class for ProcValue and NewValue. It can hold a collection of values, used as parameters for the method call, or constructor.
Namespace: Cirrus Values
Members
| | |
|---|---|
| constructor | Create a new instance of this class |
Properties
| | |
|---|---|
| Parameters: List<Value> | The parameters for this value |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- Value Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To