Rhino.Regexp.RECompiled.RECompiled C# (CSharp) Method

RECompiled() private method

private RECompiled ( string str ) : System
str string
return System
		internal RECompiled(string str)
		{
			// class NativeRegExp
			this.source = str.ToCharArray();
		}
	}
RECompiled