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