Share via


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
public property Count Gets the number of Uri objects in the current UriList.
public property IsFixedSize Gets a value indicating whether the UriList has a fixed size.
public property IsReadOnly Gets a value indicating whether the UriList is read-only.
public property IsSynchronized Gets a value indicating whether access to UriList is synchronized (thread-safe).
public property Item Gets a Uri object at a specific index from the current UriList.
public property SyncRoot Gets an object that can be used to synchronize access to the UriList.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Appends a Uri object to the end of a UriList.
public method Contains Checks if a specific Uri exists in a UriList.
public method CopyTo Copies the elements of a UriList to an array of type Uri at the specified index.
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator Gets an IEnumerator that can iterate through the UriList.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method IndexOf Searches for the specified URI and returns the zero-based index of the first occurrence within the entire UriList.
public method Insert Inserts a Uri into the UriList at the specified index.
public method static ReferenceEquals  (Inherited from Object )
public method Remove Removes a specified Uri object from the current UriList.
public method RemoveAt Removes a Uri at a specific index from the current UriList.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo  

Top

See Also

Reference

UriList Class
Microsoft.Web.Services3 Namespace