Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
[mono.git] / mcs / class / corlib / System.Reflection / CallingConventions.cs
index 1d4583e5ba9c2351479ace090effb7ce1187d639..cc0a63381a14ae5524a984d28eeaaab3b8827c0b 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
 
 namespace System.Reflection {
 
 
        /// <summary>
        /// </summary>
+#if NET_2_0
+       [ComVisible (true)]
+       [Serializable]
+#endif
        [Flags]
        public enum CallingConventions {