[corlib] Parse datetime string using culture calendar. Fixes #18052
[mono.git] / mcs / class / corlib / System / AppDomainInitializer.cs
index f0b45414c82e6b33c837001c3e867f1000e41a01..25700d49e5cb58fa41b3d9e0a541d110a438cb50 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System {
        [System.Runtime.InteropServices.ComVisible (true)]
        [Serializable]
        public delegate void AppDomainInitializer (string[] args);
 
 }
-
-#endif