예제 #1
0
파일: JRuntime.cs 프로젝트: emtees/old-code
		} // toString
	
	
	public static string valueOf(JStringObject _this)
		{
		return _this.value;
		} // valueOf
예제 #2
0
파일: JRuntime.cs 프로젝트: emtees/old-code
	public static string toString(JStringObject _this)
		{
		return _this.value;
		} // toString