Merged pull request #58 from XTZGZoReX/master.
[mono.git] / mcs / class / corlib / System.Threading / ApartmentState.cs
old mode 100755 (executable)
new mode 100644 (file)
index d2b0e94..65eda07
 // 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,