Click or drag to resize

SFSArrayNewInstance Method

Returns a new SFSArray instance.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static SFSArray NewInstance()

Return Value

Type: SFSArray
A new SFSArray instance.
Remarks
This method is a static alternative to the standard class constructor.
See Also