摘要:
public class testGC : MonoBehaviour { class XDict { public void TryGetValue(K key, V value) { if(key == null) //产生 GC-ALLOC,因为实参为int,而 null是引用类型,发生了装箱操作 ... 阅读全文
posted @ 2019-02-18 12:20
时空观察者9号
阅读(206)
评论(0)
推荐(0)
摘要:
代码如下,已解释 阅读全文
posted @ 2019-02-18 11:52
时空观察者9号
阅读(175)
评论(0)
推荐(0)

浙公网安备 33010602011771号