Fantasy
搜索结果

    显示/隐藏目录

    PriorityQueueItemUint<T> 结构

    继承成员
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    命名空间: 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

    扩展方法

    JsonHelper.ToJson<T>(T)
    • 编辑本文
    • 查看源代码
    本文内容
    Back to top Generated by DocFX