C# Class AnalysisCrash.RegexRule

Datei anzeigen Open project: icodeu/AppProgrammingSource

Public Properties

Property Type Description
from string
to string

Public Methods

Method Description
RegexRule ( string from, string to ) : System

Method Details

RegexRule() public method

public RegexRule ( string from, string to ) : System
from string
to string
return System

Property Details

from public_oe property

public string from
return string

to public_oe property

public string to
return string