Aqueduct.SitecoreLib.DataAccess.ValueResolvers.ValuesListResolver.CanResolve C# (CSharp) Method

CanResolve() public method

public CanResolve ( Type type ) : bool
type System.Type
return bool
        public bool CanResolve(Type type)
        {
            return IsGenericIList (type) && IsGenericParameterOfTypeNotAssignableToISitecoreDomainEnitity(type);
        }