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

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

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