OpCodeIdStruct 结构
程序集: Fantasy.Net.dll
语法
public struct OpCodeIdStruct
构造函数
|
编辑本文
查看源代码
OpCodeIdStruct(uint, uint, uint)
声明
public OpCodeIdStruct(uint opCodeProtocolType, uint protocol, uint index)
参数
属性
|
编辑本文
查看源代码
Index
声明
public readonly uint Index { get; }
属性值
|
编辑本文
查看源代码
OpCodeProtocolType
声明
public readonly uint OpCodeProtocolType { get; }
属性值
|
编辑本文
查看源代码
Protocol
声明
public readonly uint Protocol { get; }
属性值
运算符
|
编辑本文
查看源代码
implicit operator uint(OpCodeIdStruct)
声明
public static implicit operator uint(OpCodeIdStruct opCodeIdStruct)
参数
返回
|
编辑本文
查看源代码
implicit operator OpCodeIdStruct(uint)
声明
public static implicit operator OpCodeIdStruct(uint opCodeId)
参数
返回
扩展方法