CapyKit/Documentation/Help/F_CapyKit_Helpers_SettingsHelper_accessor.md

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.0

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