PIbd-22. Stroev V.M. Lab Work 04 #6

Closed
StroevVladimir wants to merge 3 commits from Lab04 into Lab03
Showing only changes of commit debf63ef08 - Show all commits

View File

@ -34,7 +34,7 @@ namespace Monorail.Generics
{ {
return; return;
} }
_monorailsStorages[name] = null; _monorailsStorages.Remove(name);
} }
public MonorailsGenericCollection<DrawningMonorail, DrawningObjectMonorail>? this[string ind] public MonorailsGenericCollection<DrawningMonorail, DrawningObjectMonorail>? this[string ind]
{ {