RegexParser.Patterns.BasePattern.BasePattern C# (CSharp) Méthode

BasePattern() protected méthode

protected BasePattern ( PatternType type, int minCharLength ) : System
type PatternType
minCharLength int
Résultat System
        protected BasePattern(PatternType type, int minCharLength)
        {
            Type = type;
            MinCharLength = minCharLength;
        }