Merge branch 'LabWork03' into LabWork04
This commit is contained in:
@@ -42,11 +42,8 @@ where T : class
|
||||
{
|
||||
return _collection[position];
|
||||
}
|
||||
else
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public int Insert(T obj)
|
||||
|
||||
Reference in New Issue
Block a user