Tagged Questions

5
votes
2answers
2k views

What is the meaning of “..::.” in C#?

I saw this signature on the ListView class: public ListView..::.ListViewItemCollection Items { get; } When I saw that, "What?!" I searched "dot dot colon colon dot" and "..::." on Google with no ...