This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
Apq
/
Apq.Cfg
зеркало из
https://gitee.com/apq/Apq.Cfg.git
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Ветка:
master
Ветки
Метки
master
publish_v1.0.6
publishApq.Cfg.Env_v1.0.0
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v0.0.1-beta1
v0.0.1-beta4
Apq.Cfg
/
docs
/
site
/
api
/
net9.0
/
core
/
Apq.Cfg.Internal.FastCollections.md
Apq.Cfg.Internal.FastCollections.md
1.6 KB
Постоянная ссылка
История
Исходник
Apq.Cfg
Apq.Cfg.Internal
FastCollections Class
快速集合工厂方法
internal static class FastCollections
Inheritance
System.Object
🡒 FastCollections
Methods
ToFastReadOnly<TKey,TValue>(this Dictionary<TKey,TValue>)
创建高性能只读字典
ToFastReadOnly<TKey,TValue>(this IEnumerable<KeyValuePair<TKey,TValue>>)
创建高性能只读字典
ToFastReadOnlySet<T>(this IEnumerable<T>)
创建高性能只读集合