Click or drag to resize

NetworkedDictionaryTKey, TValueItem Property

[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 TValue this[
	TKey key
] { get; set; }
Request Example View Source

Parameters

key
Type: TKey

Property Value

Type: TValue

Implements

IDictionaryTKey, TValueItemTKey
See Also