VCardUrlCollection Class

Represents a collection of VCardUrls
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListVCardUrl
    Aspose.Email.PersonalInfo.VCardVCardUrlCollection

Namespace:  Aspose.Email.PersonalInfo.VCard
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class VCardUrlCollection : List<VCardUrl>

The VCardUrlCollection type exposes the following members.

Constructors
  NameDescription
Public methodVCardUrlCollection
Initializes a new instance of the VCardUrlCollection class
Properties
  NameDescription
Public propertyCapacity (Inherited from ListVCardUrl.)
Public propertyCount (Inherited from ListVCardUrl.)
Public propertyItem (Inherited from ListVCardUrl.)
Methods
  NameDescription
Public methodAdd (Inherited from ListVCardUrl.)
Public methodAddRange (Inherited from ListVCardUrl.)
Public methodAsReadOnly (Inherited from ListVCardUrl.)
Public methodBinarySearch(T) (Inherited from ListVCardUrl.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListVCardUrl.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListVCardUrl.)
Public methodClear (Inherited from ListVCardUrl.)
Public methodContains (Inherited from ListVCardUrl.)
Public methodConvertAllTOutput (Inherited from ListVCardUrl.)
Public methodCopyTo(T) (Inherited from ListVCardUrl.)
Public methodCopyTo(T, Int32) (Inherited from ListVCardUrl.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListVCardUrl.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListVCardUrl.)
Public methodFind (Inherited from ListVCardUrl.)
Public methodFindAll (Inherited from ListVCardUrl.)
Public methodFindIndex(PredicateT) (Inherited from ListVCardUrl.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListVCardUrl.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListVCardUrl.)
Public methodFindLast (Inherited from ListVCardUrl.)
Public methodFindLastIndex(PredicateT) (Inherited from ListVCardUrl.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListVCardUrl.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListVCardUrl.)
Public methodForEach (Inherited from ListVCardUrl.)
Public methodGetEnumerator (Inherited from ListVCardUrl.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListVCardUrl.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListVCardUrl.)
Public methodIndexOf(T, Int32) (Inherited from ListVCardUrl.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListVCardUrl.)
Public methodInsert (Inherited from ListVCardUrl.)
Public methodInsertRange (Inherited from ListVCardUrl.)
Public methodLastIndexOf(T) (Inherited from ListVCardUrl.)
Public methodLastIndexOf(T, Int32) (Inherited from ListVCardUrl.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListVCardUrl.)
Public methodRemove (Inherited from ListVCardUrl.)
Public methodRemoveAll (Inherited from ListVCardUrl.)
Public methodRemoveAt (Inherited from ListVCardUrl.)
Public methodRemoveRange (Inherited from ListVCardUrl.)
Public methodReverse (Inherited from ListVCardUrl.)
Public methodReverse(Int32, Int32) (Inherited from ListVCardUrl.)
Public methodSort (Inherited from ListVCardUrl.)
Public methodSort(IComparerT) (Inherited from ListVCardUrl.)
Public methodSort(ComparisonT) (Inherited from ListVCardUrl.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListVCardUrl.)
Public methodToArray (Inherited from ListVCardUrl.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListVCardUrl.)
Public methodTrueForAll (Inherited from ListVCardUrl.)
See Also