Click or drag to resize

SFSArrayAddShort Method

Appends a short integer (16 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 AddShort(
	short val
)

Parameters

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

Implements

ISFSArrayAddShort(Int16)
See Also