System.Reflection.Tests.PointerHolder.Return C# (CSharp) Method

Return() public method

public Return ( int expected ) : bool*
expected int
return bool*
        public bool* Return(int expected)
        {
            return (bool*)expected;
        }
    }
PointerHolder