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 | |
---|---|---|
UrnCollection | Initializes a new instance of the UrnCollection class. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
Add | Adds a URN to a URN collection. | |
AddRange | ||
Clear | Removes all elements from the collection. | |
Contains | Specifies if a URN collection contains a URN. | |
CopyTo | Copies members of the collection to an array, starting at the specified index of the array. | |
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetEnumerator | Returns a generic IEnumerator interface. | |
GetHashCode | (Se hereda de Object). | |
GetType | (Se hereda de Object). | |
IndexOf | Gets the index of a specified URN from a collection. | |
Insert | Inserts a URN at a specified index of a URN collection. | |
MemberwiseClone | (Se hereda de Object). | |
Remove | Removes a specified URN from a collection. | |
RemoveAt | Removes a URN from a collection based on the index of the URN. | |
ToString | (Se hereda de Object). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of Urns in a Urn Collection. | |
Item | Gets a Urn object in the collection by index number. |
Principio
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | ||
ICollection< (Of < <' (Urn> ) > > ). . :: . .IsReadOnly |
Principio