C# Class SpicyPixel.Threading.ObjectInstruction

Wraps an object as an instruction
Inheritance: FiberInstruction
Show file Open project: spicypixel/concurrency-kit-cs

Public Methods

Method Description
ObjectInstruction ( object value ) : System

Initializes a new instance of the SpicyPixel.Threading.ObjectInstruction class.

Method Details

ObjectInstruction() public method

Initializes a new instance of the SpicyPixel.Threading.ObjectInstruction class.
public ObjectInstruction ( object value ) : System
value object /// The object. ///
return System