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

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

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