VirtualUserScript SelectRandomEntryFromList T  Method C# API
Selects a random entry from a list stored in this Virtual User's data dictionary.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public T SelectRandomEntryFromList<T>(
	string key
)

Parameters

key
Type: System String
The key to be looked up in the dictionary.
Type Parameters

T
The type of object that is stored in the list.

Return Value

A randomly selected entry from the list.
See Also