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

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

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