Deleted Method Get
This commit is contained in:
@ -253,10 +253,10 @@ internal abstract class Property
|
||||
return new(j, dateTimes, results);
|
||||
}
|
||||
|
||||
internal static bool Any(Models.Container[] propertyHolderCollections)
|
||||
internal static bool Any(Models.Container[] containers)
|
||||
{
|
||||
bool result = false;
|
||||
foreach (Models.Container container in propertyHolderCollections)
|
||||
foreach (Models.Container container in containers)
|
||||
{
|
||||
if (!container.Items.Any())
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user