C# Class Streamer.JSONObject

Datei anzeigen Open project: EddieCameron/Streamer Class Usage Examples

Public Properties

Property Type Description
b bool
keys List
n double
props List
str string
type System.Type

Public Methods

Method Description
GetProperty ( string prop ) : JSONObject
HasProperty ( string prop ) : bool
JSONObject ( string str ) : System.Collections.Generic

Method Details

GetProperty() public method

public GetProperty ( string prop ) : JSONObject
prop string
return JSONObject

HasProperty() public method

public HasProperty ( string prop ) : bool
prop string
return bool

JSONObject() public method

public JSONObject ( string str ) : System.Collections.Generic
str string
return System.Collections.Generic

Property Details

b public_oe property

public bool b
return bool

keys public_oe property

public List keys
return List

n public_oe property

public double n
return double

props public_oe property

public List props
return List

str public_oe property

public string str
return string

type public_oe property

public Type,System type
return System.Type