NullHandle<T> class NullHandle<T> : IHandle<T> where T : ValueType modreq(System.Runtime.InteropServices.UnmanagedType) Documentation Code public static NullHandle<T> Instance { get; } public T Handle { get; }