DateTime.FromFileTimeUtc should return a DateTime with DateTimeKind.Utc. Fixes #2936.
[mono.git] / mcs / class / corlib / System / EventArgs.cs
index 353b638eb1d08c723c7be18cd82d1065f6ae7e57..6d903ec2cab7508884492cc25e36706a7c4477f1 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
 {
        [Serializable]
+       [ComVisible (true)]
        public class EventArgs
        {
                public static readonly EventArgs Empty = new EventArgs ();