This website works better with JavaScript
Home
Verkennen
Help
Registreren
Inloggen
Apq
/
Apq.Cfg
spiegel van
https://gitee.com/apq/Apq.Cfg.git
Volgen
1
Ster
0
Vork
0
Bestanden
Issues
0
Wiki
Aftakking:
master
Aftakkingen
Labels
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
/
net6.0
/
core
/
Apq.Cfg.Internal.FastCollections.md
Apq.Cfg.Internal.FastCollections.md
1.6 KB
Permalink
Geschiedenis
Ruwe
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>)
创建高性能只读集合