public bool Remove(int actorHandle) { ValueSet.Destroy(_setDic[actorHandle]); return(_setDic.Remove(actorHandle)); }