Catel.ReSharper.Arguments.ExceptionXmlDocDetectionHelper.NotNullOrEmptyArrayDocumented C# (CSharp) 메소드

NotNullOrEmptyArrayDocumented() 공개 정적인 메소드

public static NotNullOrEmptyArrayDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
리턴 bool
        public static bool NotNullOrEmptyArrayDocumented(string xmlDoc, string argumentName)
        {
            return IsMatch(ExceptionXmlDocDectectionPatterns.NotNullOrEmptyArray, argumentName, xmlDoc);
        }