T[] GetEntryValuesWhere<T>(Func<AssetEntryMEA, bool> predicate)
Get all entry values by the type and predicate
______________________________________________________________________________________________________________________________
predicate: Predicate/condition, which filters the possible collection in return (eg. x => x.Name = "name").
______________________________________________________________________________________________________________________________
T[]: Values of type
↩️ Back
GetEntryValuesWhere requires a predicate and type a type of the files inside the procedure-required file, in return it gives an array of assets entry value