Method Release Release(int, object) Release an object. Declaration public void Release(int typeHash, object obj) Parameters Type Name Description int typeHash The hash code of the type. object obj The object to release. Implements IAllocationStrategy.Release(int, object)