Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
NetRPG
Runtime
Functions
System
DataQueue
C# Class NetRPG.Runtime.Functions.System.DataQueue
ファイルを表示
Open project: worksofbarry/NetRPG
Class Usage Examples
Public Methods
Method
Description
Pop
(
string
name
) :
string
Push
(
string
name
,
string
item
) :
void
Method Details
Pop()
public
static
method
public
static
Pop
(
string
name
) :
string
name
string
return
string
Push()
public
static
method
public
static
Push
(
string
name
,
string
item
) :
void
name
string
item
string
return
void