AddressCollection.Add Method

Adds the specified address to the collection.

Namespace:  Microsoft.Owin.BuilderProperties
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Sub Add ( _
    address As Address _
)
'Usage
Dim instance As AddressCollection 
Dim address As Address

instance.Add(address)
public void Add(
    Address address
)
public:
void Add(
    Address address
)
member Add : 
        address:Address -> unit
public function Add(
    address : Address
)

Parameters

See Also

Reference

AddressCollection Structure

Microsoft.Owin.BuilderProperties Namespace