From 04efba5ec1a387efad986b942fbed0334c73e90d Mon Sep 17 00:00:00 2001 From: dahall Date: Mon, 24 May 2021 12:11:55 -0600 Subject: [PATCH] Backed out changes re: SafeEventHandle from HEVENT --- PInvoke/Shared/Handles.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/PInvoke/Shared/Handles.cs b/PInvoke/Shared/Handles.cs index 6cd45a3a..5b3a2353 100644 --- a/PInvoke/Shared/Handles.cs +++ b/PInvoke/Shared/Handles.cs @@ -700,11 +700,6 @@ namespace Vanara.PInvoke /// The result of the conversion. public static implicit operator HEVENT(IntPtr h) => new HEVENT(h); - /// Performs an implicit conversion from to . - /// The safe handle. - /// The resulting instance from the conversion. - public static implicit operator HEVENT(SafeEventHandle h) => h.DangerousGetHandle(); - /// Implements the operator !=. /// The first handle. /// The second handle.