Skip to content

Instantly share code, notes, and snippets.

View hach-que's full-sized avatar

June Rhodes hach-que

View GitHub Profile
@hach-que
hach-que / AutoWrapObject.cs
Created May 30, 2011 12:05
AutoWrapObject for IronJS
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Reflection;
using IronJS.Native;
namespace IronJS
{