Add | Add a Variable to the end of the list. |
Clear | Remove all Variables from the list. |
Clone | Creates a deep copy of the list. |
Get | Get the Variable that matches the IID specified. |
GetNext | Get the Variable that follows the IID specified (in lexigraphical order) |
Item | Get a Variable from the list based on it's (0-based) index. |
Remove | Remove the Variable at the specified index. |
SetDefinitions | Set each Variable.Definition to the provided values. |
ToString | Creates a string representation of the list. |
ToTable | Get a 2-dimensional array containing the table Variables. |