mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
7 lines
91 B
C#
7 lines
91 B
C#
|
|
||
|
#if NET20
|
||
|
namespace System
|
||
|
{
|
||
|
public delegate TResult Func<T, TResult>(T arg);
|
||
|
}
|
||
|
#endif
|