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

NotNullOrEmptyArrayDocumented() public static méthode

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