Rhino.ScriptRuntime.GetRegExpProxy C# (CSharp) Method

GetRegExpProxy() public static method

public static GetRegExpProxy ( Context cx ) : RegExpProxy
cx Context
return RegExpProxy
		public static RegExpProxy GetRegExpProxy(Context cx)
		{
			return cx.GetRegExpProxy();
		}
ScriptRuntime