Summary
Constructs a
InspectorGadgets.AutoPrefs.String pref with the specified `key` and `defaultValue`.- Assembly
- Kybernetik
.InspectorGadgets .dll - Namespace
- InspectorGadgets
- Containing Type
- AutoPrefs
.String
Syntax
public String(string key, string defaultValue = null, Action<string> onValueChanged = null)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | |
| defaultValue | string | |
| onValueChanged | Action |
Return Value
| Type | Description |
|---|---|
| void |