Catel.ReSharper.Arguments.ExceptionXmlDocDetectionHelper.IsNotOutOfRangeDocumented C# (CSharp) Méthode

IsNotOutOfRangeDocumented() public static méthode

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