コード例 #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