예제 #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);
 }