ReadableStringCollection Class
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.
Accessors for query, forms, etc.
public class ReadableStringCollection : Microsoft.Owin.IReadableStringCollection, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string[]>>
type ReadableStringCollection = class
interface IReadableStringCollection
interface seq<KeyValuePair<string, string[]>>
interface IEnumerable
Public Class ReadableStringCollection
Implements IEnumerable(Of KeyValuePair(Of String, String())), IReadableStringCollection
- Inheritance
-
ReadableStringCollection
- Derived
- Implements
Constructors
ReadableStringCollection(IDictionary<String,String[]>) |
Create a new wrapper |
Properties
Item[String] |
Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present. |
Methods
Get(String) |
Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present. |
GetEnumerator() | |
GetValues(String) |
Get the associated values from the collection in their original format. Returns null if the key is not present. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |