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