Catel.ReSharper.Arguments.ArgumentCheckStatementHelper.CreateIsOfTypeArgumentCheckStatement C# (CSharp) 메소드

CreateIsOfTypeArgumentCheckStatement() 공개 정적인 메소드

public static CreateIsOfTypeArgumentCheckStatement ( ICSharpContextActionDataProvider provider, IRegularParameterDeclaration parameterDeclaration ) : ICSharpStatement
provider ICSharpContextActionDataProvider
parameterDeclaration IRegularParameterDeclaration
리턴 ICSharpStatement
        public static ICSharpStatement CreateIsOfTypeArgumentCheckStatement(ICSharpContextActionDataProvider provider, IRegularParameterDeclaration parameterDeclaration)
        {
            return CreateArgumentCheckStatement(provider, ArgumentCheckStatementPatterns.IsOfType, parameterDeclaration);
        }