Merge the properties from another Properties collection into this collection.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Merge(
Properties properties,
PropertyAttrs attrs
)
Public Sub Merge (
properties As Properties,
attrs As PropertyAttrs
)
Parameters
- properties
- Type: NetQuarryProperties
The collection from which to merge. - attrs
- Type: NetQuarryPropertyAttrs
Attributes ORed into each property's attributes when added.
See Also