Catel.ReSharper.Arguments.ExceptionXmlDocDetectionHelper.IsNotMatchDocumented C# (CSharp) Метод

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

public static IsNotMatchDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
Результат bool
        public static bool IsNotMatchDocumented(string xmlDoc, string argumentName)
        {
            return IsMatch(ExceptionXmlDocDectectionPatterns.IsNotMatch, argumentName, xmlDoc);
        }