Rhino.ScriptRuntime.NoSuchMethodShim.NoSuchMethodShim C# (CSharp) Method

NoSuchMethodShim() private method

private NoSuchMethodShim ( Callable noSuchMethodMethod, string methodName ) : System
noSuchMethodMethod Callable
methodName string
return System
			internal NoSuchMethodShim(Callable noSuchMethodMethod, string methodName)
			{
				this.noSuchMethodMethod = noSuchMethodMethod;
				this.methodName = methodName;
			}
ScriptRuntime.NoSuchMethodShim