ArrayCtorCallValue 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]
ArrayCtorCallValue = public class(ParameterizedValue)

An array constructor value; this value type is used to create a new instance of a simple or multi-dimensional array. This value only creates a new instance, the values passed are the parameters for the array constructor (if any), they give the high-bounds for this particular array. Use ArrayValue to instantiate arrays based on their values.

Namespace: Cirrus Values


Members

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


Properties

Property
Description
Array: IArrayTypeThe array type to initialize


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox