The following tables list the members exposed by VariableList.
            
            
            
            
            
            
            
            
            
            Public Properties
            
            
            
            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>) | 
|  | 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. | 
TopSee Also