StreamHelper.IndexOf(Stream, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
[System::Runtime::CompilerServices::Extension]
static long IndexOf(System::IO::Stream ^ stream, cli::array <System::Byte> ^ pattern);
public static long IndexOf (this System.IO.Stream stream, byte[] pattern);
static member IndexOf : System.IO.Stream * byte[] -> int64
Parameters
- stream
- Stream
- pattern
- Byte[]