AddressCollection Structure
Wraps the host.Addresses list.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public struct AddressCollection : IEnumerable<Address>, IEnumerable
public value struct AddressCollection : IEnumerable<Address>,
IEnumerable
[<Sealed>]
type AddressCollection =
struct
interface IEnumerable<Address>
interface IEnumerable
end
Public Structure AddressCollection
Implements IEnumerable(Of Address), IEnumerable
Constructors
Name | Description | |
---|---|---|
![]() |
AddressCollection(IList<IDictionary<String, Object>>) | Initializes a new instance of the AddressCollection class. |
Properties
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. |
Methods
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.) |
Operators
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. |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator() | Gets the enumerator that iterates through the collection. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.BuilderProperties Namespace
Return to top