A generic collection vCardPhone objects.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'vCardPhone>)>)>
    vCards..::..vCardPhoneCollection

See Also