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

IsArgumentChecked() protected abstract méthode

protected abstract IsArgumentChecked ( ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration ) : bool
methodDeclaration ICSharpFunctionDeclaration
parameterDeclaration IRegularParameterDeclaration
Résultat bool
        protected abstract bool IsArgumentChecked(ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration);