Click or drag to resize
CoronaBoxedTableRemoveByKey Method
Removes an entry from the table by its unique key.

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

Parameters

key
Type: CoronaLabs.Corona.WinRTICoronaBoxedComparableData
Unique key to search for in the table.

Return Value

Type: Boolean

Returns true if the key's entry was successfully removed from the table.

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

See Also