C# 클래스 SimpleJSON.JSONArray

상속: JSONNode, IEnumerable
파일 보기 프로젝트 열기: drakelinglabs/unityarmada 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string aKey, JSONNode aItem ) : void
GetEnumerator ( ) : IEnumerator
Remove ( JSONNode aNode ) : JSONNode
Remove ( int aIndex ) : JSONNode
Serialize ( System aWriter ) : void
ToJSON ( int prefix ) : string
ToString ( ) : string
ToString ( string aPrefix ) : string
this ( int aIndex ) : JSONNode
this ( string aKey ) : JSONNode

메소드 상세

Add() 공개 메소드

public Add ( string aKey, JSONNode aItem ) : void
aKey string
aItem JSONNode
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Remove() 공개 메소드

public Remove ( JSONNode aNode ) : JSONNode
aNode JSONNode
리턴 JSONNode

Remove() 공개 메소드

public Remove ( int aIndex ) : JSONNode
aIndex int
리턴 JSONNode

Serialize() 공개 메소드

public Serialize ( System aWriter ) : void
aWriter System
리턴 void

ToJSON() 공개 메소드

public ToJSON ( int prefix ) : string
prefix int
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( string aPrefix ) : string
aPrefix string
리턴 string

this() 공개 메소드

public this ( int aIndex ) : JSONNode
aIndex int
리턴 JSONNode

this() 공개 메소드

public this ( string aKey ) : JSONNode
aKey string
리턴 JSONNode