ReadableStringCollection.Get(String) Method

Definition

Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.

public string Get (string key);
abstract member Get : string -> string
override this.Get : string -> string
Public Function Get (key As String) As String

Parameters

key
String

Returns

Implements

Applies to