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);
        }