ArrayCtorCallValue Class
From The Oxygene Language Wiki
Introduction | Overview | Classes | Interfaces | Enums
[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
| |
|
|---|---|
| constructor(anArrayType: IArrayType; params aValues: array of Value) | Creates a new instance of this class |
| constructor | Creates a new instance of this class |
Properties
| |
|
|---|---|
| Array: IArrayType | The array type to initialize |
See Also
- Cirrus
- External Links:
- Oxygene Aspects to Help with Monobjc Development (RemObjects Blogs)
- Value Class