System.ComponentModel.IListSource public interface IListSource Documentation Code namespace System.ComponentModel { public interface IListSource { bool ContainsListCollection { get; } IList GetList(); } }