System.Text.RegularExpressions.InterpreterFactory.NewInstance C# (CSharp) 메소드

NewInstance() 공개 메소드

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