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

IsNotNullDocumented() public static method

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