ArrayCtorCallValue Class

From The Oxygene Language Wiki
Jump to: navigation, search

This is a Library topic for Cirrus
 

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

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


Properties

Property
Description
Array: IArrayType The array type to initialize


See Also

Personal tools
Namespaces

Variants
Actions
Navigation
Getting Started
Sections
If you know
More
Toolbox