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 public static SFSArray NewInstance()
Return Value
Type:
SFSArrayA new SFSArray instance.
Remarks
This method is a static alternative to the standard class constructor.
See Also