Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Poonya
Utils
DictSN
C# Class Poonya.Utils.DictSN
Mostra file
Open project: sunag/sea3d
Public Methods
Method
Description
Add
(
string
name
,
uint
value
) :
void
Contains
(
string
name
) :
bool
Get
(
string
name
) :
uint
Method Details
Add()
public
method
public
Add
(
string
name
,
uint
value
) :
void
name
string
value
uint
return
void
Contains()
public
method
public
Contains
(
string
name
) :
bool
name
string
return
bool
Get()
public
method
public
Get
(
string
name
) :
uint
name
string
return
uint