Kit Documentation
Kit Documentation
Kit Reference
Kit.Containers
BiDictionary(TFirst, TSecond) Class
BiDictionary(TFirst, TSecond) Methods
Remove Method
Remove Method (TFirst)
Remove Method (TSecond)
BiDictionary
TFirst
,
TSecond
Remove Method (
TSecond
)
Remove the pair corresponding to a
TSecond
.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
void
Remove
( TSecond
second
)
Request Example
View Source
Parameters
second
Type:
TSecond
Exceptions
Exception
Condition
ArgumentException
Throws an exception if the
TSecond
is not in the dictionary.
See Also
Reference
BiDictionary
TFirst, TSecond
Class
Remove Overload
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com