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

IsOfTypeDocumented() public static méthode

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