Catel.ReSharper.Arguments.IsMatchContextAction.IsArgumentTypeTheExpected C# (CSharp) Méthode

IsArgumentTypeTheExpected() protected méthode

protected IsArgumentTypeTheExpected ( IType type ) : bool
type IType
Résultat bool
        protected override bool IsArgumentTypeTheExpected(IType type)
        {
            return type != null && type.IsString();
        }