mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
959 B
959 B
detector Field
Private delegate function that detects if a setting with a given key
exists. Returns true if the setting exists, false if not.
Definition
Namespace: CapyKit.Helpers
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.2
C#
private static Func<string, bool> detector
F#
static val mutable private detector: Func<string, bool>