A collection of HVars.
More...
|
IEnumerator | GetEnumerator () |
| Returns the enumerator that iterates through all the HVars.
|
|
bool | Exists (string Name) |
| Checks if an HVar with the specified name exists.
|
|
|
List< string > | Names [get] |
| Gets a list of all HVar names.
|
|
int | Count [get] |
| The number of HVars in this collection.
|
|
FsHVar | this[string Name] [get] |
| Gets the HVar using its Name.
|
|
◆ Exists()
bool Exists |
( |
string | Name | ) |
|
|
inline |
Checks if an HVar with the specified name exists.
- Parameters
-
Name | The name of the HVar to check |
- Returns
- Returns true if an HVar with the specified name exists
◆ GetEnumerator()
IEnumerator GetEnumerator |
( |
| ) |
|
|
inline |
Returns the enumerator that iterates through all the HVars.
- Returns
◆ this[string Name]
Gets the HVar using its Name.
- Parameters
-
Name | The name of the HVar to get |
- Returns
- The FsHVar object for the HVar with the specified Name