VCardCollection(IListVCard) Constructor

Construct the collection using a list of VCard objects

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VCardCollection(
	IList<VCard> cards
)

Parameters

cards  IListVCard
The IListT of vCards to add

See Also