Double Colons
I was wondering what do the double colons mean :: in C# .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Francis SusaimichaelPosted Oct 5, 2015, 12:51 AM
Supreeth JPosted Oct 5, 2015, 12:39 AM
The namespace alias qualifier (
::) is used to look up identifiers. It is always positioned between two identifiers, as in this example: