Click or drag to resize
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.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
Object 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: Object
A new gestational dictionary.
See Also