PIBD-14 Boyko_M.S, LabWork08 Simple #10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab8-develop"
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?
Проверено
@ -54,1 +54,4 @@
if (Count == _maxCount) throw new CollectionOverflowException(Count);
if (comparer != null)
{
for (int i = 0; i < Count; i++)
У списка есть метод Contains для проверки
@ -0,0 +32,4 @@
}
if (x is DrawingElectroTrans && y is DrawingElectroTrans)
{
if (((EntityElectroTrans)x.EntityTrans).AdditionalColor !=
Зачем неоднократные преобразования, что мешает сделать это один раз?
Pull request closed