コード例 #1
0
ファイル: MsgD.cs プロジェクト: azureskydiver/db4objects
 public virtual byte[] ReadBytes()
 {
     return(_payLoad.ReadBytes(ReadInt()));
 }