Field Summary |
public
| resourceParent |
| The parent resource object in the heirarchy
|
|
Constructor |
public
| ResourceDictionary (
resourceParent: Object)
|
|
|
|
Method Summary |
public
| addItem (
key: Object, value: Object
): Void |
| Adds a resource key to this ResourceDictionary.
|
|
public
| clear (
): Void |
| Clears all keys (and values) in this ResourceDictionary.
|
|
public
| getItem (
key: Object
): Object |
| Gets the value associated with the given key.
|
|
public
| removeItem (
key: Object
): Void |
| removes a resource key to this ResourceDictionary.
|
|
|