Click or drag to resize
MyCompressionStreamSaveAdd Method (Byte, Int32)

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

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

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public void Add(
	byte[] value,
	int count
)

Parameters

value
Type: SystemByte

[Missing <param name="value"/> documentation for "M:VRage.MyCompressionStreamSave.Add(System.Byte[],System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:VRage.MyCompressionStreamSave.Add(System.Byte[],System.Int32)"]

Implements

IMyCompressionSaveAdd(Byte, Int32)
See Also