Click or drag to resize

ISFSObjectRemoveElement Method

Removes the element corresponding to the passed key from this object.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
void RemoveElement(
	string key
)

Parameters

key
Type: SystemString
The key of the element to be removed.
See Also