CoalesceValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] CoalesceValue = public class(ParameterizedValue)
This value represents the coalesce system function. It always returns the first non-nil value or nil if it runs out of them. The type is determined by finding the closest type all members are compatible with, or System.Object if nothing else fits.
Namespace: Cirrus Values
Members
| | |
|---|---|
| constructor(params aValues: array of Value) | Creates a new instance of this class |
| constructor | Creates a new instance of this class |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- Value Class
- ParameterizedValue Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To