IReadableStringCollection.GetValues(String) Method

Definition

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

public System.Collections.Generic.IList<string> GetValues (string key);
abstract member GetValues : string -> System.Collections.Generic.IList<string>
Public Function GetValues (key As String) As IList(Of String)

Parameters

key
String

Returns

Applies to