That's not C#; that's JScript. In C#, it would be:
public ListView.ListViewItemCollection Items { get; }
It's a little different because ListViewItemCollection is an inner class of ListView.
I'm guessing that you saw this looking at ListView.Items Property (System.Windows.Forms).
If you look at the listing for all the other languages, they're all listed with the JScript syntax. You've found a documentation bug.