UrnCollection Members
The UrnCollection class represents a collection of Urn objects that represent Uniform Resource Name (URN) addresses.
The following tables list the members exposed by the UrnCollection type.
Public Constructors
Name | Description | |
---|---|---|
UrnCollection | Initializes a new instance of the UrnCollection class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of Urns in a Urn Collection. |
![]() |
Item | Gets a Urn object in the collection by index number. |
Top
Public Methods
(see also Protected Methods )
Name | 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 | Overloaded. (inherited from Object ) |
![]() |
GetEnumerator | Returns a generic IEnumerator interface. |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() |
IndexOf | Gets the index of a specified URN from a collection. |
![]() |
Insert | Inserts a URN at a specified index of a URN collection. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
Remove | Removes a specified URN from a collection. |
![]() |
RemoveAt | Removes a URN from a collection based on the index of the URN. |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator | ||
System.Collections.Generic.ICollection<Urn>.IsReadOnly |
Top