RelatedPropertyCollection(IList<RelatedProperty>) Constructor
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public RelatedPropertyCollection(
IList<RelatedProperty> relateds
)
Public Sub New (
relateds As IList(Of RelatedProperty)
)
public:
RelatedPropertyCollection(
IList<RelatedProperty^>^ relateds
)
new :
relateds : IList<RelatedProperty> -> RelatedPropertyCollection
Parameters
- relateds IList<RelatedProperty>
- The IList<T> of related-to items to add