ICustomEditorSettings.GetValue<T> Method
Namespace: NextDesign.Core
Description
Gets the setting information of the specified key. 
Type parameters
| Input type | Constraints | 
|---|---|
| T | 
Arguments
| Name | Type | Description | 
|---|---|---|
| key | string | Key Null cannot be specified. | 
| decrypt | bool | Decrypt when getting The default value is false. This parameter is evaluated only if the type of the setting information is string. | 
Return value
- T
Exception
| Name | Exception class | Description | 
|---|---|---|
| Invalid argument | ExtensionArgumentException | If key is set to null |