Exemple #1
0
 private static bool IsGuuGadget(Gadget.Id id) => GadgetRegistry.IsGadgetRegistered(id);
Exemple #2
0
 private static bool IsGuuGadget <V>(KeyValuePair <Gadget.Id, V> pair) => GadgetRegistry.IsGadgetRegistered(pair.Key);