MemberPropertyCollection(IList<MemberProperty>) Constructor

Construct the collection using a list of MemberProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public MemberPropertyCollection(
	IList<MemberProperty> members
)

Parameters

members  IList<MemberProperty>
The IList<T> of related-to items to add

See Also