public NativeDelegate()

in managed/JetBrains.Timeline.Profiler.Api/Src/Impl/TimelineProfilerInterop.cs [15:19]


    public NativeDelegate(Delegate del)
    {
      myHandle = GCHandle.Alloc(del);
      myPointer = (ulong)Marshal.GetFunctionPointerForDelegate(del).ToInt64();
    }