点击或拖拽改变大小

CollectionsEx 方法

Sweet 开发框架

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
更新
Top
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架