VCardCollection(IListVCard) Constructor
Construct the collection using a list of
VCard objects
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VCardCollection(
IList<VCard> cards
)
Public Sub New (
cards As IList(Of VCard)
)
public:
VCardCollection(
IList<VCard^>^ cards
)
new :
cards : IList<VCard> -> VCardCollection
Parameters
- cards IListVCard
- The IListT of vCards to add