Click or drag to resize
ResetableMemoryStream Constructor (Byte, Int32)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ResetableMemoryStream class

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public ResetableMemoryStream(
	byte[] baseArray,
	int length
)

Parameters

baseArray
Type: SystemByte

[Missing <param name="baseArray"/> documentation for "M:VRage.ResetableMemoryStream.#ctor(System.Byte[],System.Int32)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:VRage.ResetableMemoryStream.#ctor(System.Byte[],System.Int32)"]

See Also