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

NotNullOrWhitespaceDocumented() public static méthode

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