Catel.ReSharper.Arguments.ImplementsInterfaceContextAction.IsArgumentCheckDocumented C# (CSharp) Method

IsArgumentCheckDocumented() protected method

protected IsArgumentCheckDocumented ( XmlNode xmlDocOfTheMethod, IRegularParameterDeclaration parameterDeclaration ) : bool
xmlDocOfTheMethod System.Xml.XmlNode
parameterDeclaration IRegularParameterDeclaration
return bool
        protected override bool IsArgumentCheckDocumented(
            XmlNode xmlDocOfTheMethod, IRegularParameterDeclaration parameterDeclaration)
        {
            return false;
        }