OwinFeatureCollection(IDictionary<String,Object>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of OwinFeatureCollection.
public:
OwinFeatureCollection(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ environment);
public OwinFeatureCollection (System.Collections.Generic.IDictionary<string,object> environment);
new Microsoft.AspNetCore.Owin.OwinFeatureCollection : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Owin.OwinFeatureCollection
Public Sub New (environment As IDictionary(Of String, Object))
Parameters
- environment
- IDictionary<String,Object>
The environment values.