Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Test
AppResources
C# Class Test.AppResources
Mostrar archivo
Open project: peteroupc/CBOR
Class Usage Examples
Public Methods
Method
Description
AppResources
(
string
name
) :
System
GetJSON
(
string
name
) :
CBORObject
GetString
(
string
name
) :
string
Method Details
AppResources()
public
method
public
AppResources
(
string
name
) :
System
name
string
return
System
GetJSON()
public
method
public
GetJSON
(
string
name
) :
CBORObject
name
string
return
PeterO.Cbor.CBORObject
GetString()
public
method
public
GetString
(
string
name
) :
string
name
string
return
string