PropertiesImport Method (Properties, CollectionAddFlags) |
Imports a collection of properties into this collection
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Import(
Properties props,
CollectionAddFlags addFlags
)
Public Sub Import (
props As Properties,
addFlags As CollectionAddFlags
)
Parameters
- props
- Type: NetQuarryProperties
The collection to import - addFlags
- Type: NetQuarryCollectionAddFlags
One of CollectionAddFlags
See Also