Click or drag to resize

ISFSArrayAddLongArray Method

Appends an array of long 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#
void AddLongArray(
	long[] val
)

Parameters

val
Type: SystemInt64
The array of longs to be appended to this array.
See Also