Click or drag to resize
IMyCompressionSave.Add Method (Byte[], Int32)

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

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

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

Parameters

value
Type:System.Byte[]

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

count
Type: System.Int32

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

See Also