Rhino.InterfaceAdapter._ContextAction_80._ContextAction_80 C# (CSharp) Method

_ContextAction_80() public method

public _ContextAction_80 ( InterfaceAdapter _enclosing, object target, Scriptable topScope, object thisObject, MethodInfo method, object args ) : System
_enclosing InterfaceAdapter
target object
topScope Scriptable
thisObject object
method System.Reflection.MethodInfo
args object
return System
			public _ContextAction_80(InterfaceAdapter _enclosing, object target, Scriptable topScope, object thisObject, MethodInfo method, object[] args)
			{
				this._enclosing = _enclosing;
				this.target = target;
				this.topScope = topScope;
				this.thisObject = thisObject;
				this.method = method;
				this.args = args;
			}
InterfaceAdapter._ContextAction_80