C# Class Test.AppResources

显示文件 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