Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
39.3k+ articles
DSA
22.4k+ articles
Python
20.3k+ articles
Experiences
17k+ articles
Interview Experiences
13.9k+ articles
JavaScript
11.6k+ articles
C#
1.8k+ articles
CSharp-method
680+ articles
CSharp-Collections-Namespace
180+ articles
CSharp Dictionary Class
13 articles
CSharp-Collections-Hashtable
20 posts
Popular Articles
Recent Articles
C# Hashtable vs Dictionary
Last Updated: 31 January 2025
In C# both Hashtable and Dictionary are used to store key-value pairs. Understanding the difference between Hashtable and Dictionary plays a
...read more
C#
CSharp-Collections-Hashtable
CSharp Dictionary Class
C# Hashtable
Last Updated: 31 January 2025
In C#, a Hashtable is a collection that stores key-value pairs. It uses a hash code to organize the keys for efficient data retrieval. The k
...read more
C#
CSharp-Collections-Hashtable
How to create a shallow copy of Hashtable in C#
Last Updated: 05 February 2019
Hashtable.Clone Method is used to create a shallow copy of the Hashtable. When we make a shallow copy, only the elements of the collection g
...read more
C#
CSharp-method
Picked
CSharp-Collections-Hashtable
CSharp-Collections-Namespace
Similar Topics
Web Technologies
39.3k+ articles
DSA
22.4k+ articles
Python
20.3k+ articles
Experiences
17k+ articles
Interview Experiences
13.9k+ articles
JavaScript
11.6k+ articles
C#
1.8k+ articles
CSharp-method
680+ articles
CSharp-Collections-Namespace
180+ articles
CSharp Dictionary Class
13+ articles
C# | Creating a synchronized (thread-safe) wrapper for the Hashtable
Last Updated: 09 August 2021
Hashtable.Synchronized(Hashtable) Method is used to return a synchronized (thread-safe) wrapper for the Hashtable.Syntax:public static Syste
...read more
C#
CSharp-method
CSharp-Collections-Hashtable
CSharp-Collections-Namespace
C# | Check whether a Hashtable contains a specific key or not
Last Updated: 01 February 2019
Hashtable.Contains(Object) Method is used to check whether the Hashtable contains a specific key or not.Syntax:public virtual bool Contains
...read more
C#
CSharp-method
CSharp-Collections-Hashtable
CSharp-Collections-Namespace
C# | Get or Set the value associated with specified key in Hashtable
Last Updated: 01 February 2019
Hashtable.Item[Object] Property is used to get or set the value associated with the specified key in the Hashtable.Syntax:public virtual obj
...read more
C#
CSharp-Collections-Hashtable
CSharp-Collections-Namespace
C# | Copying the Hashtable elements to an Array Instance
Last Updated: 22 June 2021
Hashtable.CopyTo(Array, Int32) Method is used to copy the elements of a Hashtable to a one-dimensional Array instance at the specified index
...read more
C#
CSharp-method
CSharp-Collections-Hashtable
CSharp-Collections-Namespace
C# | Get an enumerator that iterates through the Hashtable
Last Updated: 01 February 2019
Hashtable.GetEnumerator Method is used to returns an IDictionaryEnumerator that iterates through the Hashtable.Syntax:public virtual System.
...read more
C#
CSharp-method
CSharp-Collections-Hashtable
CSharp-Collections-Namespace
C# | Check if a Hashtable is equal to another Hashtable
Last Updated: 01 February 2019
The Hashtable class represents a collection of key-and-value pairs that are organized based on the hash code of the key. The key is used to
...read more
C#
CSharp-method
CSharp-Collections-Hashtable
CSharp-Collections-Namespace
C# | Remove the element with the specified key from the Hashtable
Last Updated: 01 February 2019
The Hashtable class represents a collection of key-and-value pairs that are organized based on the hash code of the key. The key is used to
...read more
C#
CSharp-method
CSharp-Collections-Hashtable
CSharp-Collections-Namespace
C# | Count the number of key/value pairs in the Hashtable
Last Updated: 01 February 2019
The Hashtable class represents a collection of key-and-value pairs that are organized based on the hash code of the key. The key is used to
...read more
C#
CSharp-Collections-Hashtable
CSharp-Collections-Namespace
C# | Remove all elements from the Hashtable
Last Updated: 01 February 2019
The Hashtable class represents a collection of key-and-value pairs that are organized based on the hash code of the key. The key is used to
...read more
C#
CSharp-method
CSharp-Collections-Hashtable
CSharp-Collections-Namespace
C# | Adding an element into the Hashtable
Last Updated: 01 February 2019
The Hashtable class represents a collection of key-and-value pairs that are organized based on the hash code of the key. The key is used to
...read more
C#
CSharp-method
CSharp-Collections-Hashtable
CSharp-Collections-Namespace
C# | Check if the Hashtable contains a specific Value
Last Updated: 01 February 2019
The Hashtable class represents a collection of key-and-value pairs that are organized based on the hash code of the key. The key is used to
...read more
C#
CSharp-method
CSharp-Collections-Hashtable
CSharp-Collections-Namespace
C# | Check if the Hashtable contains a specific Key
Last Updated: 01 February 2019
The Hashtable class represents a collection of key-and-value pairs that are organized based on the hash code of the key. The key is used to
...read more
C#
CSharp-method
CSharp-Collections-Hashtable
CSharp-Collections-Namespace
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !