Method TryGetValue
TryGetValue(string, out object)
Declaration
public bool TryGetValue(string key, out object value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| object | value |
Returns
| Type | Description |
|---|---|
| bool |
Implements
TryGetValue<T>(string, out T)
Declaration
public bool TryGetValue<T>(string key, out T value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| T | value |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |