Click or drag to resize

PropertiesMerge Method

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
)

Parameters

properties
Type: NetQuarryProperties
The collection from which to merge.
attrs
Type: NetQuarryPropertyAttrs
Attributes ORed into each property's attributes when added.
See Also