Catel.ReSharper.Arguments.IsMatchContextAction.IsArgumentCheckDocumented C# (CSharp) 메소드

IsArgumentCheckDocumented() 보호된 메소드

protected IsArgumentCheckDocumented ( XmlNode xmlDocOfTheMethod, IRegularParameterDeclaration parameterDeclaration ) : bool
xmlDocOfTheMethod System.Xml.XmlNode
parameterDeclaration IRegularParameterDeclaration
리턴 bool
        protected override bool IsArgumentCheckDocumented(XmlNode xmlDocOfTheMethod, IRegularParameterDeclaration parameterDeclaration)
        {
            return ExceptionXmlDocDetectionHelper.IsMatchDocumented(xmlDocOfTheMethod.InnerXml, parameterDeclaration.DeclaredName);
        }