Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
internal class Gregor.Core.CPatternMask : System.Object Custom Attributes: Description:
public CPatternMask(System.String sValue) Custom Attributes: Description:
public CPatternMask(System.String sValue, Gregor.Core.CPatternMask previous) Custom Attributes: Description:
private System.Int32 m_MatchBegin Custom Attributes: Description:
private System.Int32 m_MatchEnd Custom Attributes: Description:
private Gregor.Core.CPatternMask m_Next Custom Attributes: Description:
private Gregor.Core.CPatternMask m_Previous Custom Attributes: Description:
private System.String m_Value Custom Attributes: Description:
public System.Boolean IsAsterisk {get;}
Custom Attributes:
Description:
public System.Boolean IsQuestionMark {get;}
Custom Attributes:
Description:
public System.Boolean IsSpecial {get;}
Custom Attributes:
Description:
public System.Int32 MatchBegin {get;}
Custom Attributes:
Description:
public System.Int32 MatchEnd {get;}
Custom Attributes:
Description:
public System.Int32 MatchLength {get;}
Custom Attributes:
Description:
public Gregor.Core.CPatternMask Next {get;}
Custom Attributes:
Description:
public Gregor.Core.CPatternMask Previous {get;}
Custom Attributes:
Description:
public System.Boolean Apply(System.String s, System.Int32 iStart) Custom Attributes: Description:
public void Reset() Custom Attributes: Description: