тоже
This commit is contained in:
parent
4a7084fdb5
commit
c39ce29437
@ -94,6 +94,8 @@ public class ListGenericObjects<T> : ICollectionGenericObjects<T>
|
||||
// }
|
||||
// _collection.RemoveAt(position);
|
||||
// return true;
|
||||
|
||||
//допка
|
||||
if (!_collection.ContainsKey(position))
|
||||
{
|
||||
return false;
|
||||
@ -106,6 +108,9 @@ public class ListGenericObjects<T> : ICollectionGenericObjects<T>
|
||||
/// Находит первую пустую позицию в словаре
|
||||
/// </summary>
|
||||
/// <returns>Индекс первой пустой позиции или -1, если такой не найдено</returns>
|
||||
|
||||
|
||||
//допка
|
||||
private int FindFirstNullPosition()
|
||||
{
|
||||
for (int i = 0; i < _maxCount; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user