Merge branch 'master' of https://github.com/unitycontainer/container
This commit is contained in:
Коммит
65f9bc12d8
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче