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.
ISFSObject.toObject() ?
Re: ISFSObject.toObject() ?
Hi, no we don't have a similar option in C#.
The SFSObject is already a map-like object with key-values.
The SFSObject is already a map-like object with key-values.