Container bug fix
This commit is contained in:
@ -30,8 +30,8 @@ public interface IProperty
|
||||
static string GetDiffRootDirectory(string diffPropertyDirectory) =>
|
||||
Property.GetDiffRootDirectory(diffPropertyDirectory);
|
||||
|
||||
bool TestStatic_Any(List<Models.Container> propertyHolderCollections);
|
||||
static bool Any(List<Models.Container> propertyHolderCollections) =>
|
||||
bool TestStatic_Any(Models.Container[] propertyHolderCollections);
|
||||
static bool Any(Models.Container[] propertyHolderCollections) =>
|
||||
Property.Any(propertyHolderCollections);
|
||||
|
||||
(bool?, string[]) TestStatic_IsWrongYear(string[] segments, string year);
|
||||
|
Reference in New Issue
Block a user