Click or drag to resize
MemoryStreamNew Method (Int32)
Returns new instance of stream reader class.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static MemoryStream New(
	int capacity
)

Parameters

capacity
Type: SystemInt32
Byte data

Return Value

Type: MemoryStream
See Also