Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
MsgPack
Volatile
C# Class MsgPack.Volatile
Polyfill for System.Threading.Volatile.
Show file
Open project: msgpack/msgpack-cli
Public Methods
Method
Description
Read
(
int
&
field
) :
int
Write
(
int
&
field
,
int
value
) :
void
Method Details
Read()
public
static
method
public
static
Read
(
int
&
field
) :
int
field
int
return
int
Write()
public
static
method
public
static
Write
(
int
&
field
,
int
value
) :
void
field
int
value
int
return
void