Click or drag to resize

NetworkedDictionaryTKey, TValueAdd Method (TKey, TValue)

[This is preliminary documentation and is subject to change.]

Namespace:  MLAPI.NetworkedVar.Collections
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Add(
	TKey key,
	TValue value
)
Request Example View Source

Parameters

key
Type: TKey
value
Type: TValue

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also