VariableCollection Methods |
The VariableCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| ContainsKey | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | ||
| GetFloat |
Gets a floating-point value of the variable with the specified varName.
| |
| GetHashCode | (Inherited from Object.) | |
| GetInt |
Gets an integer value of the variable with the specified varName.
| |
| GetString |
Gets a string value of the variable with the specified varName.
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove | ||
| Set(String, Int32) |
Sets and replaces the value of the variable with the specified varName with the specified
value.
| |
| Set(String, Object) |
Sets and replaces the value of the variable with the specified varName with the specified
value.
| |
| Set(String, Single) |
Sets and replaces the value of the variable with the specified varName with the specified
value.
| |
| Set(String, String) |
Sets and replaces the value of the variable with the specified varName with the specified
value.
| |
| ToString | (Inherited from Object.) | |
| TryGetValue |