mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 00:50:25 +02:00
4 lines
57 B
Beef
4 lines
57 B
Beef
namespace System
|
|
{
|
|
delegate bool Predicate<T>(T val);
|
|
}
|