Exemplo n.º 1
0
 private void CheckBurst()
 {
     burstEnabled = false;
     value        = DelegateCache <Func <TResult> > .GetDelegate(functionPointer.Value).Invoke();
 }
Exemplo n.º 2
0
 private void CheckBurst()
 {
     burstEnabled = false;
     DelegateCache <Action> .GetDelegate(functionPointer.Value).Invoke();
 }