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
DictionaryBase « Collections Data Structure « C# / C Sharp
C# / C Sharp
Collections Data Structure
DictionaryBase
1.
extends DictionaryBase
2.
Add a list of items into the dictionary.
3.
Copy/Clone all the element from a dictionary to another.
4.
Put an element into the Dictionary
5.
Add one dictionary items into another. Copy all the first dictionary's items into the second dictionary.
6.
A dictionary with keys of type string and values of type String
7.
A dictionary with keys of type string and values of type Type
8.
Dictionary to anonymous type
9.
Two Key Dictionary
10.
DictionaryBase Class Provides the abstract base class for a strongly typed collection of key/value pairs.