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
keystringThe key of the values to get.
Returns
- T[]
The values associated with the given key.
Type Parameters
TThe type of the values.
Exceptions
- InvalidOperationException
No retrievers registered for type
Twith thekey.