Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
GetEnumerator ( ) : IEnumerator |
Returns an enumerator that iterates through a collection.
|
|
GetObject ( string key ) : object |
Returns the object linked to the specific key.
|
|
GetString ( string key ) : string |
Returns the object linked to the specific key as a string.
|
|
ResourceFacade ( |
Initializes a new instance of the ResourceFacade class.
|
|
this ( string key ) : object |
Returns the object linked to the specific key.
|
public ResourceFacade ( |
||
resourceManager | The resource manager. | |
cultureInfo | The culture info. | |
return | System.Collections |