次の方法で共有


StreamHelper.IndexOf(Stream, Byte[]) メソッド

定義

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

パラメーター

stream
Stream
pattern
Byte[]

戻り値

適用対象