#if NET20 namespace System { public delegate TResult Func(T arg); } #endif