Collection 

A collection object maintains a set of other objects that all have the same type. A collection usually supports methods like Item, Add, Insert and Remove (see SAP Standard Collection). You can iterate through a collection by using For … Each loops in Visual Basic or the IEnumVARIANT interface in C++ (see Node Object Property: AllChildren).