UriList Members
Defines a collection of Uri objects.
The following tables list the members exposed by the UriList type.
Public Constructors
Name | Description | |
---|---|---|
UriList |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of Uri objects in the current UriList. | |
IsFixedSize | Gets a value indicating whether the UriList has a fixed size. | |
IsReadOnly | Gets a value indicating whether the UriList is read-only. | |
IsSynchronized | Gets a value indicating whether access to UriList is synchronized (thread-safe). | |
Item | Gets a Uri object at a specific index from the current UriList. | |
SyncRoot | Gets an object that can be used to synchronize access to the UriList. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Appends a Uri object to the end of a UriList. | |
Contains | Checks if a specific Uri exists in a UriList. | |
CopyTo | Copies the elements of a UriList to an array of type Uri at the specified index. | |
Equals | Overloaded. (Inherited from Object ) | |
GetEnumerator | Gets an IEnumerator that can iterate through the UriList. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
IndexOf | Searches for the specified URI and returns the zero-based index of the first occurrence within the entire UriList. | |
Insert | Inserts a Uri into the UriList at the specified index. | |
ReferenceEquals | (Inherited from Object ) | |
Remove | Removes a specified Uri object from the current UriList. | |
RemoveAt | Removes a Uri at a specific index from the current UriList. | |
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.ICollection.CopyTo |
Top