AddressList Members
Represents a collection of Address objects.
The following tables list the members exposed by the AddressList type.
Public Constructors
Name | Description | |
---|---|---|
AddressList |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. | |
IsFixedSize | Gets a value indicating whether the collection has a fixed size. | |
IsReadOnly | Gets a value indicating whether the collection is read-only. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). | |
Item | Gets or sets the Address at the specified index. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds the specified Address to the collection. | |
Contains | Determines whether the specified Address is contained in the collection. | |
CopyTo | Copies the elements of the collection to the specified array, starting at the specified index. | |
Equals | Overloaded. (Inherited from Object ) | |
GetEnumerator | Returns an enumerator for the collection. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
IndexOf | Returns the zero-based index of the first occurrence of the specified address in the collection. | |
Insert | Inserts an Address into the collection at the specified index. | |
ReferenceEquals | (Inherited from Object ) | |
Remove | Removes the first occurrence of the specified Address from the collection. | |
RemoveAt | Removes the Address at the specified index. | |
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
See Also
Reference
AddressList Class
Microsoft.Web.Services3.Addressing Namespace