Container bug fix
This commit is contained in:
@ -253,7 +253,7 @@ internal abstract class Property
|
||||
return new(j, dateTimes, results);
|
||||
}
|
||||
|
||||
internal static bool Any(List<Models.Container> propertyHolderCollections)
|
||||
internal static bool Any(Models.Container[] propertyHolderCollections)
|
||||
{
|
||||
bool result = false;
|
||||
foreach (Models.Container container in propertyHolderCollections)
|
||||
|
Reference in New Issue
Block a user