Considering that the .NET compiler should be able to handle Unicode characters, I’m curious to know why the subscript character doesn’t seem to work? It’d be nice to use it in conjunction with Linq, I think (pseudo-code): collection.Sort((x₀, x₁) => x₁.CompareTo(x₀));
The post Using subscript character in .net code? appeared first on BlogoSfera.