Click or drag to resize

NetworkedDictionaryTKey, TValue Constructor (IDictionaryTKey, TValue)

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

Creates a NetworkedDictionary with a custom value and the default settings

Namespace:  MLAPI.NetworkedVar.Collections
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NetworkedDictionary(
	IDictionary<TKey, TValue> value
)
Request Example View Source

Parameters

value
Type: System.Collections.GenericIDictionaryTKey, TValue
The initial value to use for the NetworkedDictionary
See Also