IReadableStringCollection.GetValues Method

Get the associated values from the collection in their original format. Returns null if the key is not present.

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

Syntax

'Declaration
Function GetValues ( _
    key As String _
) As IList(Of String)
'Usage
Dim instance As IReadableStringCollection 
Dim key As String 
Dim returnValue As IList(Of String)

returnValue = instance.GetValues(key)
IList<string> GetValues(
    string key
)
IList<String^>^ GetValues(
    String^ key
)
abstract GetValues : 
        key:string -> IList<string> 
function GetValues(
    key : String
) : IList<String>

Parameters

Return Value

Type: System.Collections.Generic.IList<String>
The associated values from the collection in their original format.

See Also

Reference

IReadableStringCollection Interface

Microsoft.Owin Namespace