8 things you probably didnβt know about C#
- π
- π 1,136 words
- π 6 minutes
- π¦ .NET
- π·οΈ C#
- π¬ 41 responses
Hereβs a few unusual things about C# that few C# developers seem to know about.
We all know the regular indexer pattern x = something["a"]
x = something["a"] and to implement it, you write: