C# Класс SpicyPixel.Threading.ObjectInstruction

Wraps an object as an instruction
Наследование: FiberInstruction
Показать файл Открыть проект

Открытые методы

Метод Описание
ObjectInstruction ( object value ) : System

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

Описание методов

ObjectInstruction() публичный Метод

Initializes a new instance of the SpicyPixel.Threading.ObjectInstruction class.
public ObjectInstruction ( object value ) : System
value object /// The object. ///
Результат System