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

Add() static private method

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