using System.Collections.Generic; namespace GeoAPI.Extensions.Feature { public interface IFeatureCollection: IList where T : IFeature { } }