#if NET20 || NET30 namespace System { /// Encapsulates a method that has no parameters and does not return a value. public delegate void Action(); } #endif