Click or drag to resize

NetworkedDictionaryTKey, TValueRemove Method (KeyValuePairTKey, 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 bool Remove(
	KeyValuePair<TKey, TValue> item
)
Request Example View Source

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
See Also