CapyKit/Documentation/Help/F_CapyKit_Helpers_SettingsHelper_accessor.md
2024-09-04 19:31:43 -05:00

905 B

accessor Field

Private delegate function that retrieves a setting with the given key.

Definition

Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.2

C#

private static Func<string, Object> accessor

F#

static val mutable private accessor: Func<string, Object>

Field Value

Func(String, Object)

See Also

Reference

SettingsHelper Class
CapyKit.Helpers Namespace