Click or drag to resize

ISFSArrayRemoveElementAt Method

Removes the element at the specified position in this array.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
Object RemoveElementAt(
	int index
)

Parameters

index
Type: SystemInt32
The position of the element to be removed.

Return Value

Type: Object
The element that was removed.
See Also