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

IsArgumentCheckDocumented() protected abstract method

protected abstract IsArgumentCheckDocumented ( XmlNode xmlDocOfTheMethod, IRegularParameterDeclaration parameterDeclaration ) : bool
xmlDocOfTheMethod System.Xml.XmlNode
parameterDeclaration IRegularParameterDeclaration
return bool
        protected abstract bool IsArgumentCheckDocumented(XmlNode xmlDocOfTheMethod, IRegularParameterDeclaration parameterDeclaration);