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