PIBD-12_Morozov_D.V. LabWork№5 #16
@ -93,7 +93,7 @@ public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
|
||||
{
|
||||
return null ;
|
||||
}
|
||||
T? obj = _collection[position];
|
||||
T obj = _collection[position];
|
||||
_collection[position] = null;
|
||||
return obj;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user