Catel.ReSharper.Arguments.IsNotMatchContextAction.IsArgumentTypeTheExpected C# (CSharp) Метод

IsArgumentTypeTheExpected() защищенный Метод

protected IsArgumentTypeTheExpected ( IType type ) : bool
type IType
Результат bool
        protected override bool IsArgumentTypeTheExpected(IType type)
        {
            return type != null && type.IsString();
        }