Catel.ReSharper.Arguments.ExceptionXmlDocDetectionHelper.IsNotMatchDocumented C# (CSharp) Method

IsNotMatchDocumented() public static method

public static IsNotMatchDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
return bool
        public static bool IsNotMatchDocumented(string xmlDoc, string argumentName)
        {
            return IsMatch(ExceptionXmlDocDectectionPatterns.IsNotMatch, argumentName, xmlDoc);
        }