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

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

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