Rhino.Context._ContextAction_476.Run C# (CSharp) Method

Run() public method

public Run ( Rhino cx ) : object
cx Rhino
return object
			public object Run(Rhino.Context cx)
			{
				return callable.Call(cx, scope, thisObj, args);
			}
Context._ContextAction_476