RegexParser.Patterns.BasePattern.BasePattern C# (CSharp) Метод

BasePattern() защищенный Метод

protected BasePattern ( PatternType type, int minCharLength ) : System
type PatternType
minCharLength int
Результат System
        protected BasePattern(PatternType type, int minCharLength)
        {
            Type = type;
            MinCharLength = minCharLength;
        }