PIBD-13 Maximov A.P. LabWork3 Simple #3

Closed
zw1st wants to merge 1 commits from LabWork3 into LabWork2
Owner
No description provided.
zw1st added 1 commit 2024-04-03 16:10:45 +04:00
eegov approved these changes 2024-04-14 10:22:17 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +70,4 @@
/// <param name="company"></param>
/// <param name="position"></param>
/// <returns></returns>
public static int operator -(AbstractCompany company, int position)
Collaborator

Неверный тип возвращаемого значения

Неверный тип возвращаемого значения
@ -0,0 +32,4 @@
public int Insert(T obj)
{
for (int i = 0; i < _collection.Length; i++)
Collaborator

Правильнее было вызвать Insert(T obj, 0);

Правильнее было вызвать Insert(T obj, 0);
eegov closed this pull request 2024-04-14 10:22:23 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: zw1st/PIBD-13_Maximov_A.P._Cruiser_Simple#3
No description provided.