CSPspEmu.Core.Cpu.InstructionCache.MethodCacheInfo.CallDelegate C# (CSharp) Method

CallDelegate() public method

public CallDelegate ( CpuThreadState CpuThreadState ) : void
CpuThreadState CpuThreadState
return void
        public void CallDelegate(CpuThreadState CpuThreadState)
        {
            FunctionDelegate(CpuThreadState);
        }