Eugene Sadovoi 2019-05-21 10:00:17 -04:00
Родитель b4ba94762c 13bcb414cb
Коммит 65f9bc12d8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -51,6 +51,7 @@ namespace Unity.Storage
if (++_index >= Count) return false;
// Set current box to next item in collection.
if (null == _current)
_current = new ContainerRegistration(_entries[_index].Type, _entries[_index].Registration);
return true;