Click or drag to resize
ReadOnlyCoronaLuaEventProperties Constructor
Creates a new read-only wrapper around the given mutable properties collection.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public ReadOnlyCoronaLuaEventProperties(
	CoronaLuaEventProperties properties
)

Parameters

properties
Type: CoronaLabs.Corona.WinRTCoronaLuaEventProperties

The property collection to be wrapped by the new read-only wrapper.

Cannot be null or else an exception will be thrown.

See Also