This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
Apq
/
Apq.Cfg
spegling av
https://gitee.com/apq/Apq.Cfg.git
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Wiki
Gren:
master
Grenar
Taggar
master
publish_v1.1.1
publish_v1.1.0
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
/
net8.0
/
core
/
Apq.Cfg.Internal.FastCollections.md
Apq.Cfg.Internal.FastCollections.md
1.6 KB
Permalänk
Historik
Rå
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>)
创建高性能只读集合