Scripts: C# :: Collections and generics :: Library Article #14
Developer's Section
Using The Dictionary Object in C# By: Erobo Team Member
|
|||
Learn how to use the Dictionary Object with Generic Data Types in C#
The dictionary Object in C# can help you store data on a key-value container for keeping track of a list of objects (usually given generic type). This is often used when internal memory is required on run time by a C# application to hold internal states and/or data mappings. In the example below we show how to use generics and a few of the methods available for the Dictionary Object.
|
|||
|
|||
See other Scripts in Collections and generics |
Submit Your Scripts: |
System Message:
|
If you would like to have your Javascripts published in this section please fill out the form below: |