Table of Contents

Method GetValues

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

GetValues(string)

Retrieves all values associated with the specified key. Returns an empty array if the key does not exist.

public string[] GetValues(string name)

Parameters

name string

The key for which to retrieve the values.

Returns

string[]

An array of values associated with the specified key, or an empty array if the key is not found.