AddressCollection Structure
Wraps the host.Addresses list.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | AddressCollection(IList<IDictionary<String^, Object^>^>^) | Initializes a new instance of the AddressCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements in the collection. |
![]() | Item[Int32] | Gets the item with the specified index from the collection. |
![]() | List | Gets the underlying address list. |
| Name | Description | |
|---|---|---|
![]() | Add(Address) | Adds the specified address to the collection. |
![]() ![]() | Create() | Creates a new empty instance of AddressCollection. |
![]() | Equals(AddressCollection) | Determines whether the current collection is equal to the specified collection. |
![]() | Equals(Object^) | Determines whether the current collection is equal to the specified object.(Overrides ValueType::Equals(Object^).) |
![]() | GetEnumerator() | Gets the enumerator that iterates through the collection. |
![]() | GetHashCode() | Gets the hash code for this instance.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(AddressCollection, AddressCollection) | Determines whether the first collection is equal to the second collection. |
![]() ![]() | Inequality(AddressCollection, AddressCollection) | Determines whether the first collection is not equal to the second collection. |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Gets the enumerator that iterates through the collection. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





