views:

181

answers:

1

i pass a key and object to a class instaance that needs to clone that object and store it in hastable along with the key. How can i do it???

+1  A: 

Well GetHashCode() is virtual for this reason.

http://msdn.microsoft.com/en-us/library/system.object.gethashcode.aspx

Chad Grant