コード例 #1
0
 public int[] SearchString(string str)
 {
     return(rawPacket.IndexOf(Utility.GetBytes(str)).ToArray());
 }