A collection of vCardDeliveryLabel objects.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class vCardDeliveryLabelCollection : Collection<vCardDeliveryLabel>
Visual Basic
Public Class vCardDeliveryLabelCollection _
	Inherits Collection(Of vCardDeliveryLabel)
Visual C++
public ref class vCardDeliveryLabelCollection : public Collection<vCardDeliveryLabel^>

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'vCardDeliveryLabel>)>)>
    vCards..::..vCardDeliveryLabelCollection

See Also