Catel.ReSharper.Arguments.IsMatchContextAction.CreateArgumentCheckStatement C# (CSharp) Method

CreateArgumentCheckStatement() protected method

protected CreateArgumentCheckStatement ( IRegularParameterDeclaration parameterDeclaration ) : ICSharpStatement
parameterDeclaration IRegularParameterDeclaration
return ICSharpStatement
        protected override ICSharpStatement CreateArgumentCheckStatement(IRegularParameterDeclaration parameterDeclaration)
        {
            return ArgumentCheckStatementHelper.CreateIsMatchArgumentCheckStatement(this.Provider, parameterDeclaration);
        }