Click or drag to resize
ResetableMemoryStreamReset Method

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

[Missing <summary> documentation for "M:VRage.ResetableMemoryStream.Reset(System.Byte[],System.Int32)"]

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

Parameters

newBaseArray
Type: SystemByte

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

length
Type: SystemInt32

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

See Also