Click or drag to resize
ResultT Constructor (Boolean, T)

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public Result(
	bool success,
	T data
)

Parameters

success
Type: SystemBoolean
if set to true [success].
data
Type: T
The data.
See Also