ReadableStringCollection Class

Accessors for query, forms, etc.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.ReadableStringCollection
    Microsoft.Owin.FormCollection

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

Syntax

'Declaration
Public Class ReadableStringCollection _
    Implements IReadableStringCollection, IEnumerable(Of KeyValuePair(Of String, String())),  _
    IEnumerable
'Usage
Dim instance As ReadableStringCollection
public class ReadableStringCollection : IReadableStringCollection, 
    IEnumerable<KeyValuePair<string, string[]>>, IEnumerable
public ref class ReadableStringCollection : IReadableStringCollection, 
    IEnumerable<KeyValuePair<String^, array<String^>^>>, 
    IEnumerable
type ReadableStringCollection =  
    class 
        interface IReadableStringCollection 
        interface IEnumerable<KeyValuePair<string, string[]>>
        interface IEnumerable 
    end
public class ReadableStringCollection implements IReadableStringCollection, IEnumerable<KeyValuePair<String, String[]>>, IEnumerable

The ReadableStringCollection type exposes the following members.

Constructors

  Name Description
Public method ReadableStringCollection Create a new wrapper

Top

Properties

  Name Description
Public property Item Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Get Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValues Get the associated values from the collection in their original format. Returns null if the key is not present.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin Namespace