PriorityQueueItemUint<T> 结构
继承成员
命名空间: Fantasy.DataStructure.PriorityQueue
程序集: Fantasy.Net.dll
语法
public struct PriorityQueueItemUint<T>
类型参数
名称 | 描述 |
---|---|
T |
构造函数
| 编辑本文 查看源代码PriorityQueueItemUint(T, uint)
声明
public PriorityQueueItemUint(T element, uint priority)
参数
类型 | 名称 | 描述 |
---|---|---|
T | element | |
uint | priority |
属性
| 编辑本文 查看源代码Element
声明
public T Element { readonly get; set; }
属性值
类型 | 描述 |
---|---|
T |
Priority
声明
public uint Priority { readonly get; set; }
属性值
类型 | 描述 |
---|---|
uint |