Property | Type | Description | |
---|---|---|---|
Table |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
GetDefaultReader ( ) : Type | ||
GetDefaultWriter ( ) : Type | ||
GetObject ( String name ) : Object | ||
GetObject ( String name, bool ignoreCase ) : Object | ||
GetString ( String name ) : String | ||
GetString ( String name, bool ignoreCase ) : String | ||
ResourceSet ( IResourceReader reader ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
ReadResources ( ) : void | ||
ResourceSet ( ) : System |
Method | Description | |
---|---|---|
GetEnumerator ( ) : IDictionaryEnumerator | ||
GetEnumeratorHelper ( ) : IDictionaryEnumerator | ||
IEnumerable ( ) : IEnumerator | ||
ResourceSet ( |
||
ResourceSet ( String fileName ) : System | ||
ResourceSet ( bool junk ) : System |
public GetObject ( String name, bool ignoreCase ) : Object | ||
name | String | |
ignoreCase | bool | |
return | Object |
public GetString ( String name, bool ignoreCase ) : String | ||
name | String | |
ignoreCase | bool | |
return | String |
public ResourceSet ( IResourceReader reader ) : System | ||
reader | IResourceReader | |
return | System |