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>) 创建高性能只读集合