ArchivableDictionaryReplaceContentsWith Method |
Replace the contents of the dictionary with that of the given source dictionary.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.4
Syntax public bool ReplaceContentsWith(
ArchivableDictionary source
)
Public Function ReplaceContentsWith (
source As ArchivableDictionary
) As Boolean
Parameters
- source
- Type: Rhino.CollectionsArchivableDictionary
[Missing <param name="source"/> documentation for "M:Rhino.Collections.ArchivableDictionary.ReplaceContentsWith(Rhino.Collections.ArchivableDictionary)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.Collections.ArchivableDictionary.ReplaceContentsWith(Rhino.Collections.ArchivableDictionary)"]
See Also