[corlib] Parse datetime string using culture calendar. Fixes #18052
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / TYPELIBATTR.cs
index 0b809a5af5bb036d483f2f87640e5e83db93d54a..ceacf684d2c8c01903f3385e8314149c64f7b5c6 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
 {
        [Serializable]
-       [ComVisible (false)]
        [StructLayout (LayoutKind.Sequential, CharSet = CharSet.Unicode)]
        public struct TYPELIBATTR
        {
@@ -44,4 +43,4 @@ namespace System.Runtime.InteropServices.ComTypes
                public LIBFLAGS wLibFlags;
        }
 }
-#endif
+