VCardCollection(IList<VCard>) Constructor
Construct the collection using a list of
VCard objects
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.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 IList<VCard>
- The IList<T> of vCards to add