Click or drag to resize

ISFSArrayAddSFSObject Method

Appends a ISFSObject 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 AddSFSObject(
	ISFSObject val
)

Parameters

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