ReusableMemoryStream.Allocate(Int32) 方法

定义

为中的流数分配内存 constructorParameter

protected:
 override System::IO::MemoryStream ^ Allocate(int constructorParameter);
protected override System.IO.MemoryStream Allocate (int constructorParameter);
override this.Allocate : int -> System.IO.MemoryStream
Protected Overrides Function Allocate (constructorParameter As Integer) As MemoryStream

参数

constructorParameter
Int32

返回

MemoryStream

适用于