Fix null sessions in HttpContextWrapper.Session
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / TYPEATTR.cs
index ee03eb2a892c67025a640f3b24d4c5e5b42a6e2d..9ff0bc1adc09a0f9497c7b02b8accfcb6c43970f 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.
 //
-#if NET_2_0
+
 namespace System.Runtime.InteropServices.ComTypes
 {
-       [ComVisible (false)]
        [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct TYPEATTR
        {
@@ -57,4 +56,4 @@ namespace System.Runtime.InteropServices.ComTypes
                public IDLDESC idldescType;
        }
 }
-#endif
+