示例#1
0
 public bool TryFind <T>(out T obj) => _cache.TryFind(out obj);
 public void Cache_Zero_CantBeFound()
 {
     Assert.IsFalse(_cache.TryFind <DependentComponentAlone>(out _));
 }