Click or drag to resize

BitWriterDeprecatedFinalize Method (Byte)

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

Writes data to the given buffer

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public long Finalize(
	ref byte[] buffer
)
Request Example View Source

Parameters

buffer
Type: SystemByte

Return Value

Type: Int64
The amount of bytes written
See Also