VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
IArrayProperty VoK.Sdk.Properties.IArrayProperty.MergeWith | ( | IArrayProperty | arrayProperty | ) |
merges 2 array properties. 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)