Purpose
Abstract class all Collections inherit from
Accesses
Count | Number of items in the collection |
Item | Access an individual object in the collection |
Methods
AsArray | Returns collection in the form of an VO array |
ForEach | Evaluate a CodeBlock for every object in the collection |
Refresh | Updates the collection to reflect recent changes |