M_Cyjb_Collections_DictionaryUtil_Empty__2 - CYJB/Cyjb GitHub Wiki
返回一个空的只读字典。
Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public static IReadOnlyDictionary<TKey, TValue> Empty<TKey, TValue>()
- TKey
- 字典中键的类型。
- TValue
- 字典中值的类型。
Type: IReadOnlyDictionary(TKey, TValue)
空的只读字典。