M_Cyjb_Collections_ReadOnlyPrefixTree_1__ctor_1 - CYJB/Cyjb GitHub Wiki
使用指定的内容初始化 ReadOnlyPrefixTree(TValue) 类的新实例。
Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public ReadOnlyPrefixTree(
IEnumerable<KeyValuePair<string, TValue>> collection
)
- collection
- Type: System.Collections.Generic.IEnumerable(KeyValuePair(String, TValue))
要填充到前缀树中的内容。
异常 | 条件 |
---|---|
ArgumentNullException |
collection 为 null 。 |
ArgumentException | collection 包含重复键。 |
ReadOnlyPrefixTree(TValue) 类
ReadOnlyPrefixTree(TValue) 重载
Cyjb.Collections 命名空间