SmartFoxServer 2X C# API (Unity/.Net/Mono/UWP)
SmartFoxServer 2X C# API (Unity/.Net/Mono/UWP)
Sfs2X.Entities.Data
SFSObject Class
SFSObject Methods
ContainsKey Method
GetBool Method
GetBoolArray Method
GetByte Method
GetByteArray Method
GetClass Method
GetDouble Method
GetDoubleArray Method
GetDump Method
GetFloat Method
GetFloatArray Method
GetHexDump Method
GetInt Method
GetIntArray Method
GetKeys Method
GetLong Method
GetLongArray Method
GetSFSArray Method
GetSFSObject Method
GetShort Method
GetShortArray Method
GetText Method
GetUtfString Method
GetUtfStringArray Method
IsNull Method
NewFromBinaryData Method
NewFromJsonData Method
NewInstance Method
PutBool Method
PutBoolArray Method
PutByte Method
PutByteArray Method
PutClass Method
PutDouble Method
PutDoubleArray Method
PutFloat Method
PutFloatArray Method
PutInt Method
PutIntArray Method
PutLong Method
PutLongArray Method
PutSFSArray Method
PutSFSObject Method
PutShort Method
PutShortArray Method
PutText Method
PutUtfString Method
PutUtfStringArray Method
RemoveElement Method
Size Method
ToBinary Method
ToJson Method
SFSObject
PutSFSArray Method
Associates the passed ISFSArray object with the specified key in this object.
Namespace:
Sfs2X.Entities.Data
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
Copy
public
void
PutSFSArray
(
string
key
,
ISFSArray
val
)
Parameters
key
Type:
System
String
The key with which the specified object is to be associated.
val
Type:
Sfs2X.Entities.Data
ISFSArray
The object to be associated with the specified key.
Implements
ISFSObject
PutSFSArray(String, ISFSArray)
See Also
Reference
SFSObject Class
Sfs2X.Entities.Data Namespace
Copyright gotoAndPlay() 2023