Method GetData
GetData<T>(string, T, bool)
Get data via a specified key.
선언
public T GetData<T>(string key, T defaultValue, bool addDefault = false)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | key | The key. |
T | defaultValue | The default value to return if the data is not found. |
bool | addDefault | Optional parameter to control whether to add the default value if the data is not found. |
반환
타입 | 설명 |
---|---|
T |
타입 파라미터
이름 | 설명 |
---|---|
T | The data type. |