Class | Description |
---|---|
Dictionary<T> |
A dictionary
|
DictionaryBuilder<T> |
A dictionary builder
|
The basic class is a Dictionary
.
A dictionary itself is immutable: in order to build one, you have to go
through a DictionaryBuilder
.
Copyright © 2013. All Rights Reserved.