IDictionaryReaderAdd Method |
[This is preliminary documentation and is subject to change.]
Adds a key and value to the dictionary, returning a new dictionary;
new dictionary must be used for any further invocations.
Namespace: NForza.TransitAssembly: Transit (in Transit.dll) Version: 0.8.1-alpha
SyntaxObject Add(
Object dictionary,
Object key,
Object value
)
Parameters
- dictionary
- Type: SystemObject
A gestational dictionary. - key
- Type: SystemObject
A key. - value
- Type: SystemObject
A value.
Return Value
Type:
ObjectA new gestational dictionary.
See Also