MLAPI API Reference
MLAPI API Reference
MLAPI.NetworkedVar.Collections
NetworkedDictionary(TKey, TValue) Class
NetworkedDictionary(TKey, TValue) Methods
Remove Method
Remove Method (KeyValuePair(TKey, TValue))
Remove Method (TKey)
NetworkedDictionary
TKey
,
TValue
Remove Method (
TKey
)
[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#
Copy
public
bool
Remove
( TKey
key
)
Request Example
View Source
Parameters
key
Type:
TKey
Return Value
Type:
Boolean
Implements
IDictionary
TKey, TValue
Remove(TKey)
See Also
Reference
NetworkedDictionary
TKey, TValue
Class
Remove Overload
MLAPI.NetworkedVar.Collections Namespace