Share via


AddressCollection Constructor (IList<IDictionary<String, Object>>)

 

Initializes a new instance of the AddressCollection class.

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

Syntax

public AddressCollection(
    IList<IDictionary<string, object>> list
)
public:
AddressCollection(
    IList<IDictionary<String^, Object^>^>^ list
)
new : 
        list:IList<IDictionary<string, Object>> -> AddressCollection
Public Sub New (
    list As IList(Of IDictionary(Of String, Object))
)

Parameters

See Also

AddressCollection Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top