IPropertyArray

Ancestor type: CObject

This type represents arbitrary array of IProperty items It hold zero or more values indexed by positive integer, starting from zero. Values can be of any type, either simple types (int, bool, float, string) or complex types (Dict, Array)

append one IProperty element to end of array.
Delete all elements in the array
Return size of this array (number of elements)
Get IProperty element with given index from this array