Methods_T_Cyjb_Collections_ObjectModel_ReadOnlyDictionaryBase_2 - CYJB/Cyjb GitHub Wiki
The ReadOnlyDictionaryBase(TKey, TValue) generic type exposes the following members.
名称 | 说明 | |
---|---|---|
![]() |
ContainsKey | 确定当前字典是否包含带有指定键的元素。 |
![]() |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
![]() |
GetEnumerator | 返回一个循环访问字典的枚举器。 |
![]() |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
![]() |
GetItem | 获取具有指定键的元素。 |
![]() |
GetSyncRoot | 获取一个可用于同步对当前字典的访问的对象。 |
![]() |
GetType | Gets the Type of the current instance. (继承自 Object。) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
![]() |
ToString | Returns a string that represents the current object. (继承自 Object。) |
![]() |
TryGetValue | 获取与指定键关联的值。 |
名称 | 说明 | |
---|---|---|
![]() |
AddRange(KeyValuePair(TKey, TValue)) | 将指定集合的元素添加到当前集合中。 (由 CollectionUtil 定义。) |
![]() |
AsReadOnly(KeyValuePair(TKey, TValue)) | 返回当前集合的只读包装。 (由 CollectionUtil 定义。) |
![]() |
IsDistinct(KeyValuePair(TKey, TValue)) | 判断序列中是否不包含重复元素。 (由 EnumerableUtil 定义。) |
ReadOnlyDictionaryBase(TKey, TValue) 类
Cyjb.Collections.ObjectModel 命名空间