![]() | CollectionsEx 方法 |
CollectionsEx 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() ![]() | ClearT |
清除
|
![]() ![]() | ExistT |
索引是否存在
|
![]() ![]() | FindFirstKeyByValueTKey, TValue |
GetOneByValue 从字典中找出第一个值与value相等的记录的key
|
![]() ![]() | FirstT |
第一个
|
![]() ![]() | GetT |
获取
|
![]() ![]() | IsEmptyT |
是否为空
|
![]() ![]() | LastT |
最后一个
|
![]() ![]() | NotContainsKeyKey, Value(ConcurrentDictionaryKey, Value, Key) | |
![]() ![]() | NotContainsKeyKey, Value(DictionaryKey, Value, Key) | |
![]() ![]() | RemoveFirstValueTKey, TValue |
RemoveOneByValue 从字典中删除第一个值与value相等的记录
|
![]() ![]() | SearchT |
Search 返回的是目标值所在的索引,如果不存在则返回-1
|
![]() ![]() | SortedKeysKey, Value(ConcurrentDictionaryKey, Value) |
键排序列表
|
![]() ![]() | SortedKeysKey, Value(DictionaryKey, Value) |
键排序列表
|
![]() ![]() | SortedValuesKey, Value(ConcurrentDictionaryKey, Value) |
键排序后,取值排序列表
|
![]() ![]() | SortedValuesKey, Value(DictionaryKey, Value) |
键排序后,取值排序列表
|
![]() ![]() | TryAddOrUpdateKey, Value(ConcurrentDictionaryKey, Value, Key, Value) |
增加或更新
|
![]() ![]() | TryAddOrUpdateKey, Value(DictionaryKey, Value, Key, Value) |
增加或更新
|
![]() ![]() | UpdateT |
更新
|