Click or drag to resize
CoronaLuaEventPropertiesRemove Method
Removes a property from the collection by its unique name.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public bool Remove(
	string name
)

Parameters

name
Type: SystemString
The unique name of the property to remove from the collection.

Return Value

Type: Boolean

Returns true if the specified property was removed from the collection.

Returns false if the given property name was not found or if given a null/empty string.

See Also