コード例 #1
0
ファイル: AgentByteStream.cs プロジェクト: RainsSoft/MyNet
 public long GetLELong(int index)
 {
     return(_stream.GetLELong(index));
 }