ArchivableDictionarySet Method (String, IEnumerableInt16) |
Namespace: Rhino.Collections
public bool Set( string key, IEnumerable<short> val )
Public Function Set ( key As String, val As IEnumerable(Of Short) ) As Boolean
Because this interface is a reference type, changes to the assigned object will modify this entry inside the dictionary.
It is up to the user to clone this entry when appropriate.