Kit Documentation
Kit Documentation
Kit Reference
Kit.Containers
BiDictionary(TFirst, TSecond) Class
BiDictionary(TFirst, TSecond) Methods
TryRemove Method
TryRemove Method (TFirst)
TryRemove Method (TSecond)
BiDictionary
TFirst
,
TSecond
TryRemove Method (
TFirst
)
Remove the pair containing a
TFirst
, if there is one.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
bool
TryRemove
( TFirst
first
)
Request Example
View Source
Parameters
first
Type:
TFirst
Return Value
Type:
Boolean
If
first
is not in the dictionary, returns
, otherwise
.
See Also
Reference
BiDictionary
TFirst, TSecond
Class
TryRemove Overload
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com