默认哈希代码提供程序 meaning in Chinese
default hash code provider
Examples
- Default case - insensitive hash code provider
不区分大小写的默认哈希代码提供程序 - The default hash code provider is the key s implementation of
默认哈希代码提供程序是键的 - Class using the specified initial capacity , and the default load factor , hash code provider , and comparer
使用指定的初始容量、默认加载因子、默认哈希代码提供程序和默认比较器来初始化 - Class that is empty , has the specified initial capacity , and uses the default hash code provider and the default comparer
类的新实例,该实例为空、具有指定的初始容量,并使用默认哈希代码提供程序和默认比较器。 - Object has an initial capacity equal to the number of elements copied , and uses the specified load factor , and the default hash code provider and comparer
对象的初始容量等于复制的元素数,并且使用指定的加载因子、默认哈希代码提供程序和默认比较器。