Fantasy
搜索结果

    显示/隐藏目录

    OpCodeIdStruct 结构

    继承成员
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    命名空间: Fantasy.Network
    程序集: Fantasy.Net.dll
    语法
    public struct OpCodeIdStruct

    构造函数

    | 编辑本文 查看源代码

    OpCodeIdStruct(uint, uint, uint)

    声明
    public OpCodeIdStruct(uint opCodeProtocolType, uint protocol, uint index)
    参数
    类型 名称 描述
    uint opCodeProtocolType
    uint protocol
    uint index

    属性

    | 编辑本文 查看源代码

    Index

    声明
    public readonly uint Index { get; }
    属性值
    类型 描述
    uint
    | 编辑本文 查看源代码

    OpCodeProtocolType

    声明
    public readonly uint OpCodeProtocolType { get; }
    属性值
    类型 描述
    uint
    | 编辑本文 查看源代码

    Protocol

    声明
    public readonly uint Protocol { get; }
    属性值
    类型 描述
    uint

    运算符

    | 编辑本文 查看源代码

    implicit operator uint(OpCodeIdStruct)

    声明
    public static implicit operator uint(OpCodeIdStruct opCodeIdStruct)
    参数
    类型 名称 描述
    OpCodeIdStruct opCodeIdStruct
    返回
    类型 描述
    uint
    | 编辑本文 查看源代码

    implicit operator OpCodeIdStruct(uint)

    声明
    public static implicit operator OpCodeIdStruct(uint opCodeId)
    参数
    类型 名称 描述
    uint opCodeId
    返回
    类型 描述
    OpCodeIdStruct

    扩展方法

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