C# 클래스 Streamer.JSONObject

파일 보기 프로젝트 열기: EddieCameron/Streamer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
b bool
keys List
n double
props List
str string
type System.Type

공개 메소드들

메소드 설명
GetProperty ( string prop ) : JSONObject
HasProperty ( string prop ) : bool
JSONObject ( string str ) : System.Collections.Generic

메소드 상세

GetProperty() 공개 메소드

public GetProperty ( string prop ) : JSONObject
prop string
리턴 JSONObject

HasProperty() 공개 메소드

public HasProperty ( string prop ) : bool
prop string
리턴 bool

JSONObject() 공개 메소드

public JSONObject ( string str ) : System.Collections.Generic
str string
리턴 System.Collections.Generic

프로퍼티 상세

b 공개적으로 프로퍼티

public bool b
리턴 bool

keys 공개적으로 프로퍼티

public List keys
리턴 List

n 공개적으로 프로퍼티

public double n
리턴 double

props 공개적으로 프로퍼티

public List props
리턴 List

str 공개적으로 프로퍼티

public string str
리턴 string

type 공개적으로 프로퍼티

public Type,System type
리턴 System.Type