Click or drag to resize

Properties Constructor (String, PropertyAttrs, TagImportAttrs)

Constructs a Properties collection initialized by importing the provided TagString. See Import(String, PropertyAttrs, TagImportAttrs) for more information on the import string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Properties(
	string import,
	PropertyAttrs attrs,
	TagImportAttrs importAttrs
)

Parameters

import
Type: SystemString
The collection to import.
attrs
Type: NetQuarryPropertyAttrs
Attributes to set on the properties imported.
importAttrs
Type: NetQuarryTagImportAttrs
Attributes describing how to import.
See Also