Container |
| Name | Description | |
|---|---|---|
| NewDictionary(Type, Type) | Creates a new dictionary of the given key type and value type | |
| NewDictionary(Type, Type, Object) | Creates a new dictionary of the given key type and value type, initialized with the content of the old dictionary (clones the old dictionary) |