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

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

public static GetImplementsInterfaceExceptionXmlDoc ( string declaredName ) : string
declaredName string
Результат string
        public static string GetImplementsInterfaceExceptionXmlDoc(string declaredName)
        {
            return GetExceptionXmlDoc(ExceptionXmlDocPatterns.ImplementsInterface, declaredName);
        }