Objects representing various abstract data structures.
System.collections._TreeNode
: Tree node object (not intended for public use)System.collections.array
: Object representing an array of objects.System.collections.binary_tree
: Binary tree object.System.collections.queue
: Queue object.System.collections.stack
: Stack object.