ReadableStringCollection(IDictionary<String,String[]>) 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.
Create a new wrapper
public ReadableStringCollection (System.Collections.Generic.IDictionary<string,string[]> store);
new Microsoft.Owin.ReadableStringCollection : System.Collections.Generic.IDictionary<string, string[]> -> Microsoft.Owin.ReadableStringCollection
Public Sub New (store As IDictionary(Of String, String()))
Parameters
- store
- IDictionary<String,String[]>