Catel.ReSharper.Arguments.ExceptionXmlDocDetectionHelper.NotNullOrWhitespaceDocumented C# (CSharp) Метод

NotNullOrWhitespaceDocumented() публичный статический Метод

public static NotNullOrWhitespaceDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
Результат bool
        public static bool NotNullOrWhitespaceDocumented(string xmlDoc, string argumentName)
        {
            return IsMatch(ExceptionXmlDocDectectionPatterns.NotNullOrEmpty, argumentName, xmlDoc);
        }