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

IsMinimalDocumented() public static méthode

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