Properties Constructor (String, PropertyAttrs, TagImportAttrs) |
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
)
Public Sub New (
import As String,
attrs As PropertyAttrs,
importAttrs As TagImportAttrs
)
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