C# Class System.Text.RegularExpressions.InterpreterFactory

Inheritance: IMachineFactory
Mostra file Open project: runefs/Marvin

Public Methods

Method Description
InterpreterFactory ( ushort pattern ) : System
NewInstance ( ) : IMachine

Method Details

InterpreterFactory() public method

public InterpreterFactory ( ushort pattern ) : System
pattern ushort
return System

NewInstance() public method

public NewInstance ( ) : IMachine
return IMachine