Merge pull request #656 from LogosBible/collection_lock
[mono.git] / mcs / class / corlib / System / AppDomainInitializer.cs
index 1afe7bd0acde9dfa95f2b4ab50ba7dc4da641498..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