Catel.ReSharper.Arguments.ExceptionXmlDocDetectionHelper.IsMinimalDocumented C# (CSharp) Method

IsMinimalDocumented() public static method

public static IsMinimalDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
return bool
        public static bool IsMinimalDocumented(string xmlDoc, string argumentName)
        {
            return IsMatch(ExceptionXmlDocDectectionPatterns.IsMinimal, argumentName, xmlDoc);
        }