Click or drag to resize

SFSArrayAddShortArray Method

Appends an array of short integer values 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 AddShortArray(
	short[] val
)

Parameters

val
Type: SystemInt16
The array of shorts to be appended to this array.

Implements

ISFSArrayAddShortArray(Int16)
See Also