Click or drag to resize
SyncDictionaryTKey, TValueAdd Method

[Missing <summary> documentation for "M:X3Platform.Collections.SyncDictionary`2.Add(`0,`1)"]

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

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:X3Platform.Collections.SyncDictionary`2.Add(`0,`1)"]

value
Type: TValue

[Missing <param name="value"/> documentation for "M:X3Platform.Collections.SyncDictionary`2.Add(`0,`1)"]

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also