Partager via


Membres UrnCollection

The UrnCollection class represents a collection of Urn objects that represent Uniform Resource Name (URN) addresses.

Le type UrnCollection expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique UrnCollection Initializes a new instance of the UrnCollection class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Adds a URN to a URN collection.
Méthode publique AddRange
Méthode publique Clear Removes all elements from the collection.
Méthode publique Contains Specifies if a URN collection contains a URN.
Méthode publique CopyTo Copies members of the collection to an array, starting at the specified index of the array.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetEnumerator Returns a generic IEnumerator interface.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode publique IndexOf Gets the index of a specified URN from a collection.
Méthode publique Insert Inserts a URN at a specified index of a URN collection.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Remove Removes a specified URN from a collection.
Méthode publique RemoveAt Removes a URN from a collection based on the index of the URN.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of Urns in a Urn Collection.
Propriété publique Item Gets a Urn object in the collection by index number.

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IEnumerable. . :: . .GetEnumerator
Implémentation d'interface explicitePropriété privée ICollection< (Of < <' (Urn> ) > > ). . :: . .IsReadOnly

Haut de la page