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

IsArgumentCheckDocumented() 보호된 추상적인 메소드

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