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

IsArgumentChecked() protected abstract method

protected abstract IsArgumentChecked ( ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration ) : bool
methodDeclaration ICSharpFunctionDeclaration
parameterDeclaration IRegularParameterDeclaration
return bool
        protected abstract bool IsArgumentChecked(ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration);