CoalesceValue 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]
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

Method
Description
constructor(params aValues: array of Value)Creates a new instance of this class
constructorCreates a new instance of this class


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox