Compartir a través de


UrnCollection Miembros

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

El tipo UrnCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico UrnCollection Initializes a new instance of the UrnCollection class.

Principio

Métodos

  Nombre Descripción
Método publico Add Adds a URN to a URN collection.
Método publico AddRange
Método publico Clear Removes all elements from the collection.
Método publico Contains Specifies if a URN collection contains a URN.
Método publico CopyTo Copies members of the collection to an array, starting at the specified index of the array.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator Returns a generic IEnumerator interface.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método publico IndexOf Gets the index of a specified URN from a collection.
Método publico Insert Inserts a URN at a specified index of a URN collection.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Remove Removes a specified URN from a collection.
Método publico RemoveAt Removes a URN from a collection based on the index of the URN.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of Urns in a Urn Collection.
Propiedad pública Item Gets a Urn object in the collection by index number.

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IEnumerable. . :: . .GetEnumerator
Implementación de interfaces explícitasPropiedad privada ICollection< (Of < <' (Urn> ) > > ). . :: . .IsReadOnly

Principio