Share via


AppProperties Constructor (IDictionary<String, Object>)

 

Initializes a new instance of the AppProperties class.

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

Syntax

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

Parameters

See Also

AppProperties Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top