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