The JadeDynamicObjectArray class is an array-based container whose members are dynamic objects and can be used by methods that need to return a variable number of dynamic object instances from a single method call.
The dynamic objects are referenced by their position in the collection.
The bracket ([]) subscript operators enable you to assign values to and receive values from a dynamic object array.
(None)