Catel.ReSharper.Arguments.ExceptionXmlDocHelper.GetIsOfTypeExceptionXmlDoc C# (CSharp) Метод

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

public static GetIsOfTypeExceptionXmlDoc ( string declaredName ) : string
declaredName string
Результат string
        public static string GetIsOfTypeExceptionXmlDoc(string declaredName)
        {
            Argument.IsNotNullOrWhitespace(() => declaredName);

            return GetExceptionXmlDoc(ExceptionXmlDocPatterns.IsOfType, declaredName);
        }