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

IsOfTypeDocumented() public static method

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