AddressPropertyCollection(IList<AddressProperty>) Constructor

Construct the collection using a list of AddressProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public AddressPropertyCollection(
	IList<AddressProperty> addresses
)

Parameters

addresses  IList<AddressProperty>
The IList<T> of addresses to add

See Also