System.Text.RegularExpressions.InterpreterFactory.NewInstance C# (CSharp) Method

NewInstance() public method

public NewInstance ( ) : IMachine
return IMachine
		public IMachine NewInstance () {
			return new Interpreter (pattern);
		}