Overload List
| Name | Description | |
|---|---|---|
| Get(String) |
Returns a reference to an object held in the dictionary.
| |
| Get T (String) |
Returns a reference to an object held in the dictionary.
| |
| Get(String, Object) |
Returns an object value held in the dictionary, or the defaultValue if the key cannot be found.
| |
| Get T (String, T) |
Returns a reference to an object held in the dictionary.
|
See Also