using System.Collections.Generic; namespace Implab.ServiceHost.Unity { public interface IArrayInjectionParameter { string TypeName { get; } IEnumerable Items { get; } } }