Binboo.Core.Commands.Arguments.ParamValidator.Custom C# (CSharp) Метод

Custom() публичный статический Метод

public static Custom ( string regex, bool optional ) : ParamValidator
regex string
optional bool
Результат ParamValidator
        public static ParamValidator Custom(string regex, bool optional)
        {
            return new ParamValidator(regex, optional);
        }