Factorize tatas pattern in TryRelaxedSet method in AtomicBoolean, add AtomicBoolean...
[mono.git] / mcs / class / corlib / System.Threading / ThreadStart.cs
index c2d546765c8946f5735375964d6aa4b1572584cc..c5987ab89e9d45bf168ad2628ee7161b286306eb 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
 
 namespace System.Threading
 {
+       [ComVisible (true)]
        public delegate void ThreadStart();
 }