VCard Collection(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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public VCardCollection(
IList<VCard> cards
)VB
Public Sub New (
cards As IList(Of VCard)
)C++
public:
VCardCollection(
IList<VCard^>^ cards
)F#
new :
cards : IList<VCard> -> VCardCollection