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
OrderedDictionary « Collections Data Structure « C# / C Sharp
C# / C Sharp
Collections Data Structure
OrderedDictionary
1.
OrderedDictionary Class Represents a collection of key/value pairs that are accessible by the key or index.
2.
Remove element from OrderedDictionary
3.
Use IDictionaryEnumerator to loop through OrderedDictionary