list class The list class represents a list of nodes. Class hierarchy Parent class Current class Objects derived from this class object list None Properties Name Description Type Access length Specifies the number of objects in the list. Integer Read Methods Name Description Returns append Appends a node to the end of the node list. Empty insert Inserts a node before a specific node in the node list. Empty item Describes a zero-based index into the collection. Object remove Removes a node from the node list. Empty