示例#1
0
 public static void Add(Type key, ParameterFactoryFunc value) => m_factoryCache.AddOrUpdate(key, value, (k, old) => value);
示例#2
0
 public static bool TryGet(Type key, out ParameterFactoryFunc factory) => m_factoryCache.TryGetValue(key, out factory);