Table of Contents

Method GetValues

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

GetValues<T>(string)

Gets the list of values associated with the given key.

public static T[] GetValues<T>(string key)

Parameters

key string

The key of the values to get.

Returns

T[]

The values associated with the given key.

Type Parameters

T

The type of the values.

Exceptions

InvalidOperationException

No retrievers registered for type T with the key.