Method | Description | |
---|---|---|
Properties ( ) : System |
Creates an empty property list with no default values.
|
|
getProperty ( string key ) : string |
Searches for the property with the specified key in this property list. If the key is not found in this property list, return default value argument.
|
|
getProperty ( string key, string defVal ) : string |
Searches for the property with the specified key in this property list. If the key is not found in this property list, return default value argument.
|
|
load ( Stream input ) : void |
Reads a property list (key and element pairs) from the input stream.
|
public getProperty ( string key, string defVal ) : string | ||
key | string | |
defVal | string | |
return | string |