SplitStreamContainer.Insert

SplitStreamContainer.Insert method

将流容器插入指定位置。

public void Insert(int position, StreamContainer stream, bool disposeStream)
参数类型描述
位置Int32要插入的目标位置。
streamStreamContainer要插入的流容器。
disposeStreamBoolean如果设置为 true,则释放流。

异常

异常条件
FrameworkException框架异常

另请参见