start populating the new System.Web.Configuration_2.0 dir
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / IsVolatile.cs
index b7b759436d7a2efbb47aefcbe29219494c48dc92..5e35be3f2cecf015cb7eebde50e316128b08b946 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
+
 namespace System.Runtime.CompilerServices {
 
 #if NET_2_0
+       [ComVisible (true)]
        public static class IsVolatile {
        }
 #else