UrnCollection Members
Include Protected Members
Include Inherited Members
The UrnCollection class represents a collection of Urn objects that represent Uniform Resource Name (URN) addresses.
The UrnCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UrnCollection() | Initializes a new instance of the UrnCollection class. |
Top
Methods
Name | Description | |
---|---|---|
Add(Urn) | Adds a URN to a URN collection. | |
AddRange(IEnumerable<Urn>) | ||
Clear() | Removes all elements from the collection. | |
Contains(Urn) | Specifies if a URN collection contains a URN. | |
CopyTo(array<Urn[], Int32) | Copies members of the collection to an array, starting at the specified index of the array. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetEnumerator() | Returns a generic IEnumerator interface. | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
IndexOf(Urn) | Gets the index of a specified URN from a collection. | |
Insert(Int32, Urn) | Inserts a URN at a specified index of a URN collection. | |
MemberwiseClone() | (Inherited from Object.) | |
Remove(Urn) | Removes a specified URN from a collection. | |
RemoveAt(Int32) | Removes a URN from a collection based on the index of the URN. | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of Urns in a Urn Collection. | |
Item[Int32] | Gets a Urn object in the collection by index number. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator() | ||
ICollection<Urn>.IsReadOnly |
Top