T_Cyjb_Collections_ReadOnlyPrefixTreeData_1 - CYJB/Cyjb GitHub Wiki

ReadOnlyPrefixTreeData(TValue) 结构

表示只读前缀树的数据。

Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public readonly struct ReadOnlyPrefixTreeData<TValue>

类型参数

 

TValue
前缀树的值的类型。
  The ReadOnlyPrefixTreeData(TValue) type exposes the following members.

构造函数

 

名称 说明
公共方法 ReadOnlyPrefixTreeData(TValue) 初始化只读前缀的数据。
  Back to Top

方法

 

名称 说明
公共方法 Equals Indicates whether this instance and a specified object are equal. (继承自 ValueType。)
公共方法 GetHashCode Returns the hash code for this instance. (继承自 ValueType。)
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
公共方法 ToString Returns the fully qualified type name of this instance. (继承自 ValueType。)
  Back to Top

字段

 

名称 说明
公共字段 Items 前缀树包含的元素。
公共字段 Nodes 前缀树的节点列表。
公共字段 Trans 前缀树的转移列表。
  Back to Top

参见

Reference

Cyjb.Collections 命名空间

⚠️ **GitHub.com Fallback** ⚠️