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