Catel.ReSharper.Arguments.ArgumentContextActionBase.IsArgumentCheckDocumented C# (CSharp) Méthode

IsArgumentCheckDocumented() protected abstract méthode

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