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

IsNotOutOfRangeDocumented() public static method

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