本文介绍了泛型类有什么用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为什么我们在ado.net中使用泛型类?它有什么用?
如果它在我们喜欢使用它的时候使用,那么哈希集是什么?在这吗?
HashSet< t>的概念是什么?在System.Collections.Generic.

Why we use the Generic Class in ado.net what is it use?
if it use when we like to use it and what is the hashset<t> in this?
What is the concept of HashSet<t> in the System.Collections.Generic.

推荐答案


这篇关于泛型类有什么用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 23:04