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);
        }