Add() 공개 메소드

public Add ( string aKey, JSONNode aItem ) : void
aKey string
aItem JSONNode
리턴 void
 public virtual string Serialize() {
     var jsonObject = new JSONClass();
     jsonObject.Add("Progress", new JSONData(this.Progress));
     return jsonObject.ToString();
 }
 public virtual string Serialize() {
     var jsonObject = new JSONClass();
     jsonObject.Add("Width", new JSONData(this.Width));
     jsonObject.Add("Height", new JSONData(this.Height));
     return jsonObject.ToString();
 }