Method Get
Get(String)
Returns the value for the specified key, or null if the key does not exist.
Declaration
public virtual object Get(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | A |
Returns
Type | Description |
---|---|
System.Object |