HashTable是什么意思
1 . An instance of Hashtable has two parameters that affect its performance: initial capacity and load factor.
Hashtable实例有两个参数影响它的性能: 初始容量和加载因子.
来自互联网
2 . The SortedList object combines the features of both the ArrayList object and the Hashtable object.
可排序列表对象结合了数组列表对象以及哈希表对象的特点.
来自互联网
3 . An instance of Hashtable has two parameters that affect its performance: initial capacity and load factor.
Hashtable实例有两个参数影响它的性能: 初始容量和加载因子.
来自互联网
4 . Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
构建一个新的指定初始容量和装载因子的空哈希表.
来自互联网
5 . The SortedList object combines the features of both the ArrayList object and the Hashtable object.
可排序列表对象结合了数组列表对象以及哈希表对象的特点.
来自互联网
6 . Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
构建一个新的指定初始容量和装载因子的空哈希表.
来自互联网