VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
IPropertyCollection VoK.Sdk.Properties.IPropertyCollection.MergeWith | ( | IPropertyCollection | propertyCollection | ) |
merges 2 property collections. NOTE: this will never overwrite properties in the current collection. if the current collection has a property, merging another on top of it will not overwrite it. that is, you should use this as follows: InstanceProperties.MergeWith(WeenieProperties)