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
StringDictionary « Collections Data Structure « C# / C Sharp
C# / C Sharp
Collections Data Structure
StringDictionary
1.
StringDictionary Class implements a hash table with the key and the value strongly typed to be strings rather than objects.
2.
Remove Key
3.
Contains value
4.
Contains key
5.
Loop through StringDictionary with IEnumerator and get DictionaryEntry
6.
Copy key out
7.
Gets a collection of values in the StringDictionary.