Click or drag to resize

ISFSObjectGetSFSArray Method

Returns the element corresponding to the specified key as an ISFSArray object.

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

Parameters

key
Type: SystemString
The key whose associated value is to be returned.

Return Value

Type: ISFSArray
The element of this object as an object implementing the ISFSArray interface; null if a mapping for the passed key doesn't exist.
See Also