Click or drag to resize

SFSArrayAddByte Method

Appends a byte (8 bits) value to the end of this array.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void AddByte(
	byte val
)

Parameters

val
Type: SystemByte
The value to be appended to this array.

Implements

ISFSArrayAddByte(Byte)
See Also