While continuing my review adventures I encountered the following lines of code (I replaced the names of the objects):
Hashtable myHash = new Hashtable(); myHash = Foo.GetHash();
Can you spot the issue? One hint: GC.
Print posted @ Monday, October 30, 2006 1:55 PM
No comments posted yet.