Compartilhar via


Membros UrnCollection

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

O tipo UrnCollection expõe os seguintes membros.

Construtores

  Nome Descrição
Método público UrnCollection Initializes a new instance of the UrnCollection class.

Início

Métodos

  Nome Descrição
Método público Add Adds a URN to a URN collection.
Método público AddRange
Método público Clear Removes all elements from the collection.
Método público Contains Specifies if a URN collection contains a URN.
Método público CopyTo Copies members of the collection to an array, starting at the specified index of the array.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Returns a generic IEnumerator interface.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público IndexOf Gets the index of a specified URN from a collection.
Método público Insert Inserts a URN at a specified index of a URN collection.
Método protegido MemberwiseClone (Herdado de Object.)
Método público Remove Removes a specified URN from a collection.
Método público RemoveAt Removes a URN from a collection based on the index of the URN.
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of Urns in a Urn Collection.
Propriedade pública Item Gets a Urn object in the collection by index number.

Início

Implementações de interface explícitas

  Nome Descrição
Implementação de interface explícitaMétodo particular IEnumerable. . :: . .GetEnumerator
Implementação de interface explícitaPropriedade particular ICollection< (Of < <' (Urn> ) > > ). . :: . .IsReadOnly

Início