Click or drag to resize

ISFSArrayAddSFSArray Method

Appends an ISFSArray object 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 AddSFSArray(
	ISFSArray val
)

Parameters

val
Type: Sfs2X.Entities.DataISFSArray
The object implementing the ISFSArray interface to be appended to this array.
See Also