Mosa.TestWorld.x86.Tests.DelegateTest.DelegateTest1 C# (CSharp) Method

DelegateTest1() public static method

public static DelegateTest1 ( ) : bool
return bool
        public static bool DelegateTest1()
        {
            int ret = DelegateTests.CallInstanceDelegate();

            return ret == 456;
        }