Merge branch 'LabWork06' into LabWork07
This commit is contained in:
commit
1ba305160a
@ -21,7 +21,6 @@ public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
|
|||||||
{
|
{
|
||||||
return _collection.Length;
|
return _collection.Length;
|
||||||
}
|
}
|
||||||
|
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
if (value > 0)
|
if (value > 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user