Address Constructor (IDictionary<String, Object>)

Initializes a new instance of the Address class.

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

Syntax

'Declaration
Public Sub New ( _
    dictionary As IDictionary(Of String, Object) _
)
'Usage
Dim dictionary As IDictionary(Of String, Object)

Dim instance As New Address(dictionary)
public Address(
    IDictionary<string, Object> dictionary
)
public:
Address(
    IDictionary<String^, Object^>^ dictionary
)
new : 
        dictionary:IDictionary<string, Object> -> Address
public function Address(
    dictionary : IDictionary<String, Object>
)

Parameters

See Also

Reference

Address Structure

Address Overload

Microsoft.Owin.BuilderProperties Namespace