System.Internal.HandleCollector.Remove C# (CSharp) Метод

Remove() статический приватный Метод

static private Remove ( IntPtr handle, int type ) : IntPtr
handle IntPtr
type int
Результат IntPtr
        internal static IntPtr Remove(IntPtr handle, int type) {
            return handleTypes[type - 1].Remove(handle);
        }