2024-04-22 18:28:21 -05:00
|
|
|
# accessor Field
|
|
|
|
|
|
|
|
|
2024-06-24 01:17:33 -05:00
|
|
|
Private delegate function that retrieves a setting with the given `key`.
|
2024-04-22 18:28:21 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Definition
|
|
|
|
**Namespace:** <a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a>
|
|
|
|
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0
|
|
|
|
|
|
|
|
**C#**
|
|
|
|
``` C#
|
|
|
|
private static Func<string, Object> accessor
|
|
|
|
```
|
|
|
|
**F#**
|
|
|
|
``` F#
|
|
|
|
static val mutable private accessor: Func<string, Object>
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### Field Value
|
|
|
|
<a href="https://learn.microsoft.com/dotnet/api/system.func-2" target="_blank" rel="noopener noreferrer">Func</a>(<a href="https://learn.microsoft.com/dotnet/api/system.string" target="_blank" rel="noopener noreferrer">String</a>, <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>)
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
|
|
|
|
|
|
|
#### Reference
|
|
|
|
<a href="T_CapyKit_Helpers_SettingsHelper.md">SettingsHelper Class</a>
|
|
|
|
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>
|