Collection Members

Functions

Name Description
Add Adds a member to a collection (possibly without an associated key).
Remove Removes a member from a collection.
RemoveAll Removes all members from a collection.

Properties

Name Description
Count Returns the number of members in a collection. Return value: Long. This property is read only.
Exists Checks if Collection contains an entry with the specified key. Return value: Boolean. This property is read only.
Item Adds a member to the collection / Returns a specific member either by index or key. Return/assignment value: IXItem.