Click or drag to resize

PropertiesImport Method (NameValueCollection, PropertyAttrs)

Imports a NameValueCollection 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(
	NameValueCollection nameValues,
	PropertyAttrs attrs
)

Parameters

nameValues
Type: System.Collections.SpecializedNameValueCollection
The collection to import
attrs
Type: NetQuarryPropertyAttrs
Attributes to set on the properties imported
See Also