|
-
August 13th, 2008, 06:23 AM
#1
Query: GetHashCode - meaning, usage
i am unable to understand the meaning of GetHashCode(); also, can anyone give some samples of its usage in real time scenarios.
-
August 13th, 2008, 06:25 AM
#2
Re: Query: GetHashCode - meaning, usage
It's used every time you use a Dictionary<> or a Hashtable.
Investigate these two classes and you'll find what it's there for.
Or why not google for GetHashCode ? It'll get you here which has a pretty good explanation.
Darwen.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|