Array OfT Type Conversions |
The Array OfT generic type exposes the following members.
Name | Description | |
---|---|---|
(Array OfT to Array) | Implicitely convert a typed array to an array of USUALs. | |
(Array to Array OfT) | Implicitely convert an array of USUALs to a typed array. Note that the usuals must contain a value of the correct type. | |
(Array OfT to Object) | Implicitely convert a typed Array to an OBJECT[]. |