ArchivableDictionarySet Method (String, IEnumerableInt32) |
Namespace: Rhino.Collections
public bool Set( string key, IEnumerable<int> val )
Public Function Set ( key As String, val As IEnumerable(Of Integer) ) 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.