ISEbd-12 Khaliullov LabWork08 Simple #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork8"
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?
WIP: ISEbd-12 Khaliullov LabWork08 Simpleto ISEbd-12 Khaliullov LabWork08 SimpleОчень много лишних правок!
Проверено
@ -59,2 +58,4 @@
public int Insert(T obj, IEqualityComparer<T?>? comparer = null)
{
if (Count == _maxCount) throw new CollectionOverflowException(Count);
if (comparer != null)
У списка есть метод Contains для проверки
@ -0,0 +32,4 @@
}
if (x is DrawningStormtrooper && y is DrawningStormtrooper)
{
if (((EntityStormtrooper)x.EntityAircraft).AdditionalColor !=
Зачем неоднократные преобразования, что мешает сделать это один раз?
Pull request closed