Imports a collection of TextItems 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(
TextItems items,
CollectionAddFlags addFlags
)
Public Sub Import (
items As TextItems,
addFlags As CollectionAddFlags
)
Parameters
- items
- Type: NetQuarryTextItems
The collection to import - addFlags
- Type: NetQuarryCollectionAddFlags
One of CollectionAddFlags
See Also