For a list of all members of this type, see VariableList members.
Public Methods
| Name | Description |
 | Add | Overloaded.
Add a new Variable to the list.
|
 | Clear | (Inherited from System.Collections.Generic.SortedList<string,Variable>) |
 | ContainsKey | (Inherited from System.Collections.Generic.SortedList<string,Variable>) |
 | ContainsValue | (Inherited from System.Collections.Generic.SortedList<string,Variable>) |
 | GetEnumerator | (Inherited from System.Collections.Generic.SortedList<string,Variable>) |
 | GetNext |
Returns the next Variable after the specified id.
|
 | GetSchema |
Returns a null Xml Schema for VariableList.
|
 | IndexOfKey | (Inherited from System.Collections.Generic.SortedList<string,Variable>) |
 | IndexOfValue | (Inherited from System.Collections.Generic.SortedList<string,Variable>) |
 | Populate |
Populates a TreeView from the VariableList. Available in .NET Framework only.
|
 | ReadXml |
Implements the functionality required to deserialize VariableList from XML.
|
 | Remove | (Inherited from System.Collections.Generic.SortedList<string,Variable>) |
 | RemoveAt | (Inherited from System.Collections.Generic.SortedList<string,Variable>) |
 | TrimExcess | (Inherited from System.Collections.Generic.SortedList<string,Variable>) |
 | TryGetValue | (Inherited from System.Collections.Generic.SortedList<string,Variable>) |
 | WriteXml |
Implements the functionality required to serialize VariableList to XML.
|
Top
See Also