implement Remove() method on HandleDictionary
This commit is contained in:
parent
1e590d02fa
commit
313cc26a36
@ -38,5 +38,10 @@ namespace MBS.Framework.Collections.Generic
|
||||
{
|
||||
_dict.Add(handle, obj);
|
||||
}
|
||||
|
||||
public void Remove(TObject obj)
|
||||
{
|
||||
_dict.RemoveByValue2(obj);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user