NScumm.WrappedObject.WrappedObject C# (CSharp) Method

WrappedObject() public method

public WrappedObject ( GCHandle handle, object obj ) : System
handle System.Runtime.InteropServices.GCHandle
obj object
return System
        public WrappedObject(GCHandle handle, object obj)
        {
            _handle = handle;
            Object = obj;
        }