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