System.Text.RegularExpressions.RegexFC.RegexFC C# (CSharp) Method

RegexFC() private method

private RegexFC ( bool nullable ) : System.Globalization
nullable bool
return System.Globalization
        internal RegexFC(bool nullable)
        {
            _cc = new RegexCharClass();
            _nullable = nullable;
        }

Same methods

RegexFC::RegexFC ( char ch, bool not, bool nullable, bool caseInsensitive ) : System.Globalization
RegexFC::RegexFC ( string charClass, bool nullable, bool caseInsensitive ) : System.Globalization