Catel.ReSharper.Arguments.IsMatchContextAction.CreateArgumentCheckStatement C# (CSharp) 메소드

CreateArgumentCheckStatement() 보호된 메소드

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