PIbd-11 Tarasov V.D. LabWork 8 Simple #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork_8"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Проверено
@ -52,1 +55,3 @@
if (_collection.Count + 1 > _maxCount) throw new CollectionOverflowException(_maxCount);
if (comparer != null)
{
foreach (T? item in _collection)
У списка есть метод Contains для проверки
Pull request closed