ISFSObject.toObject() ?

Post here your questions about the Unity / .Net / Mono / Windows 8 / Windows Phone 8 API for SFS2X

Moderators: Lapo, Bax

Post Reply
Tatanan
Posts: 112
Joined: 07 Jan 2014, 12:12
Contact:

ISFSObject.toObject() ?

Post by Tatanan »

In AS3 (http://docs2x.smartfoxserver.com/api-do ... toObject()), you have ISFSObject.toObject() which is very useful.
Do you have anything similar for C#? In docs2x.smartfoxserver.com/api-docs/csharp-doc/html/f9180258-1943-0cf3-7364-a41214a0ba3a.htm I don't see it.
I know Object are not the same in C#, but I work with somthing like Dictionary<string, object> to simulate them.

Thank you.
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: ISFSObject.toObject() ?

Post by Lapo »

Hi, no we don't have a similar option in C#.
The SFSObject is already a map-like object with key-values.
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply