Click or drag to resize
SyncDictionaryAdd Method

[Missing <summary> documentation for "M:X3Platform.Collections.SyncDictionary.Add(System.Object,System.Object)"]

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void Add(
	Object key,
	Object value
)

Parameters

key
Type: SystemObject

[Missing <param name="key"/> documentation for "M:X3Platform.Collections.SyncDictionary.Add(System.Object,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:X3Platform.Collections.SyncDictionary.Add(System.Object,System.Object)"]

Implements

IDictionaryAdd(Object, Object)
See Also