Software/C#.Net
[C#]benefit of Generic vs nonGeneric
charom
2010. 7. 1. 00:42
Generic은 boxing/unboxing 과정에서 생기는 성능을 향상시킨다
Generic은 type에 보다 안전적이다
custom collection type 생성을 줄여준다
Generic은 type에 보다 안전적이다
custom collection type 생성을 줄여준다