AgentMulder.Containers.StructureMap.Registrations.StructureMapConvention.IsAutoFillable C# (CSharp) Method

IsAutoFillable() private method

private IsAutoFillable ( IParameter parameter ) : bool
parameter IParameter
return bool
        private bool IsAutoFillable(IParameter parameter)
        {
            return IsChild(parameter.Type) || IsChildArray(parameter.Type);
        }