Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / class / corlib / System / ThreadStaticAttribute.cs
index 06383d579cc9e3dd894629b3834f1f35a806b348..3c13c3d58f9d912a49f2f1cdb47d0564772953ae 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [AttributeUsage (AttributeTargets.Field, Inherited=false)]
        [Serializable]
+       [ComVisible (true)]
        public class ThreadStaticAttribute : Attribute
        {
                // Constructors