Catel.Fody.NotMatchAttribute.NotMatchAttribute C# (CSharp) Method

NotMatchAttribute() public method

public NotMatchAttribute ( string pattern, RegexOptions regexOptions = RegexOptions.None ) : System
pattern string
regexOptions RegexOptions
return System
        public NotMatchAttribute(string pattern, RegexOptions regexOptions = RegexOptions.None)
        {
        }
    }
NotMatchAttribute