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