Click or drag to resize
CoronaBoxedBooleanFrom Method
Fetches a pre-allocated instance of this class based on the given value.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public static CoronaBoxedBoolean From(
	bool value
)

Parameters

value
Type: SystemBoolean
The boolean value to be boxed.

Return Value

Type: CoronaBoxedBoolean
Returns a True or False instance of this class.
See Also