Array OfT Conversion Operators |
Name | Description | |
---|---|---|
(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[]. |