Name | Description | |
---|---|---|
Count | Gets the number of items in the collection | |
Item | Gets the item with the specified string or integer index. |
The following tables list the members exposed by IJobVariableDictionary.
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection | |
Item | Gets the item with the specified string or integer index. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds or updates the variable with the specified key. | |
ContainsKey | Determines whether the collection contains a variable with the specified name. | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<IJobVariable>) | |
GetVariable | Overloaded. Gets the variable at the specified index; |