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 | |
---|---|---|
UrnCollection | Initializes a new instance of the UrnCollection class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
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 | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetEnumerator | Returns a generic IEnumerator interface. | |
GetHashCode | (Hérité de Object.) | |
GetType | (Hérité 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 | (Hérité 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 | (Hérité de Object.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of Urns in a Urn Collection. | |
Item | Gets a Urn object in the collection by index number. |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | ||
ICollection< (Of < <' (Urn> ) > > ). . :: . .IsReadOnly |
Haut de la page