System.Internal.HandleCollector.Remove C# (CSharp) Method

Remove() static private method

static private Remove ( IntPtr handle, int type ) : IntPtr
handle IntPtr
type int
return IntPtr
        internal static IntPtr Remove(IntPtr handle, int type) {
            return handleTypes[type - 1].Remove(handle);
        }