ISimpleArrayType Interface
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
ISimpleArrayType = public interface (IArrayType, IType)
A simple array is an array without explicit low/high bounds, just a single dimension with a zero low bound. In code this would look like: var x: array of string
Namespace: Cirrus
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- IArrayType Interface
- IType Interface
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To