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