Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Hashtable « Collections Data Structure « C# / C Sharp
C# / C Sharp
Collections Data Structure
Hashtable
1.
Compares the efficiency of the hash map implementation with the tree map
2.
Implement GetHashCode method and store it in a hashtable
3.
Add value to Hashtable and loop through the value key pairs
4.
Enumerating a hash table collection
5.
illustrates the use of a Hashtable
6.
illustrates the use of the Hashtable methods
7.
Demonstrate Hashtable
8.
Get IDictionaryEnumerator enumerator from Hashtable
9.
Properties based on Hashtable
10.
DictionaryEntry Structure Defines a dictionary key/value pair that can be set or retrieved.
11.
Create Hashtable by copying the elements from the specified dictionary to the new Hashtable object.
12.
Hashtable.Clear Method removes all elements from the Hashtable.
13.
Hashtable.Contains Method determines whether the Hashtable contains a specific key.
14.
Hashtable.CopyTo Method copies the Hashtable elements to a one-dimensional Array instance at the specified index.
15.
Hashtable.GetEnumerator Method returns an IDictionaryEnumerator that iterates through the Hashtable.
16.
Hashtable.IsSynchronized Property gets a value indicating whether access to the Hashtable is synchronized (thread safe).
17.
Hashtable.Remove Method removes the element with the specified key from the Hashtable.
18.
IComparer Interface exposes a method that compares two objects.