Hello,
I am getting "Overload resolution failed because no accessible 'Sort' accepts this number of arguments" with the code below

Will be thankful for any feedback...

Code:
Dim temp As Integer() = {8, 4, 5, 3, 1, 6, 9, 7, 2, 1, 4}
        temp.Sort()