Merged pull request #58 from XTZGZoReX/master.
[mono.git] / mcs / class / corlib / System.Threading / ApartmentState.cs
index d2b0e942f276e3c3e76cd4c655f116f91c095190..65eda072cbf57037a0e32de9ff03fe393fd5bb78 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
 
 namespace System.Threading
 {
+       [ComVisible (true)]
+       [Serializable]
        public enum ApartmentState {
                STA = 0,
                MTA = 1,