Click or drag to resize
CoronaBoxedTableGetValueByKey Method
Fetches a value from the table by its unique key.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public ICoronaBoxedData GetValueByKey(
	ICoronaBoxedComparableData key
)

Parameters

key
Type: CoronaLabs.Corona.WinRTICoronaBoxedComparableData
Unique key to search for.

Return Value

Type: ICoronaBoxedData

Returns the value belonging to the given key.

Returns null if the key was not found in the table or the given key was null.

See Also