T_Cyjb_Collections_ReadOnlyPrefixTreeData_1 - CYJB/Cyjb GitHub Wiki
表示只读前缀树的数据。
Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public readonly struct ReadOnlyPrefixTreeData<TValue>
- TValue
- 前缀树的值的类型。
名称 | 说明 | |
---|---|---|
![]() |
ReadOnlyPrefixTreeData(TValue) | 初始化只读前缀的数据。 |
名称 | 说明 | |
---|---|---|
![]() |
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。) |
名称 | 说明 | |
---|---|---|
![]() |
Items | 前缀树包含的元素。 |
![]() |
Nodes | 前缀树的节点列表。 |
![]() |
Trans | 前缀树的转移列表。 |