исправил небольшой съезд

This commit is contained in:
zum 2024-05-07 16:03:48 +04:00
parent 96cd694efd
commit f577eb1198

View File

@ -120,7 +120,7 @@ public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
public IEnumerable<T?> GetItems() public IEnumerable<T?> GetItems()
{ {
for (int i = 0; i < _collection.Length; ++i) for (int i = 0; i < _collection.Length; ++i)
{ {
yield return _collection[i]; yield return _collection[i];
} }