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