C# Class Streamer.JSONObject

Afficher le fichier Open project: EddieCameron/Streamer Class Usage Examples

Méthodes publiques

Свойство Type Description
b bool
keys List
n double
props List
str string
type System.Type

Méthodes publiques

Méthode Description
GetProperty ( string prop ) : JSONObject
HasProperty ( string prop ) : bool
JSONObject ( string str ) : System.Collections.Generic

Method Details

GetProperty() public méthode

public GetProperty ( string prop ) : JSONObject
prop string
Résultat JSONObject

HasProperty() public méthode

public HasProperty ( string prop ) : bool
prop string
Résultat bool

JSONObject() public méthode

public JSONObject ( string str ) : System.Collections.Generic
str string
Résultat System.Collections.Generic

Property Details

b public_oe property

public bool b
Résultat bool

keys public_oe property

public List keys
Résultat List

n public_oe property

public double n
Résultat double

props public_oe property

public List props
Résultat List

str public_oe property

public string str
Résultat string

type public_oe property

public Type,System type
Résultat System.Type