// Some interface method signature public interface IList : ICollection { ... bool Contains(Object value); ... } public interface IList : ICollection