Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SpicyPixel
Threading
ObjectInstruction
C# 클래스 SpicyPixel.Threading.ObjectInstruction
Wraps an object as an instruction
상속:
FiberInstruction
파일 보기
프로젝트 열기: spicypixel/concurrency-kit-cs
공개 메소드들
메소드
설명
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