摘要: Bag(包) 背包:不支持删除元素的集合数据类型。 public interface IBag<TItem> : IEnumerable<TItem>, IDisposable { bool IsEmpty { get; } int Length { get; } void Add(TItem it 阅读全文
posted @ 2020-11-22 10:26 阿杜888 阅读(149) 评论(0) 推荐(0) 编辑