示例#1
0
文件: Block32.cs 项目: 7shi/LLPML
 public static UShort New(ushort v)
 {
     var ret = new UShort(); ret.Value = v; return ret;
 }
示例#2
0
文件: Block32.cs 项目: 7shi/LLPML
 public void AddUShort2(UShort v)
 {
     data.Add(v); length += sizeof(ushort);
 }