Put Dictionary object value into SFSObject

C# | Visual Basic | Visual C++ |
public void PutDictionary( Object key, IDictionary<Object, Object> collection )
Public Sub PutDictionary ( _ key As Object, _ collection As IDictionary(Of Object, Object) _ )
public: void PutDictionary( Object^ key, IDictionary<Object^, Object^>^ collection )

- key (Object)
- Key name to use
- collection (IDictionary<(Of <(Object, Object>)>))
- Value to put into SFSObject