コード例 #1
0
        static unsafe void TrampolineDispatchBlock(IntPtr block)
        {
            var del = BlockLiteral.GetTarget <Action> (block);

            if (del != null)
            {
                del();
            }
        }