Activity overview
Latest activity by fuckred_gate
Turning optimisation to .Net 3.5 settles the matter. Thank you, Clive Tong. / comments
Turning optimisation to .Net 3.5 settles the matter. Thank you, Clive Tong.
I'm sorry for my offensive and abusive language, I thought that the decompiler was degraded deliberately. I wonder why neither devs nor lots of users noted that before me. I have one of the previous versions of .Net Reflector so why I can't use it? When I run it it says that the version is outdated and asks me for update, if I press the button "No" it just exits. / comments
I'm sorry for my offensive and abusive language, I thought that the decompiler was degraded deliberately. I wonder why neither devs nor lots of users noted that before me. I have one of the previou...
-- Edited title -- Net Reflector v6.10.11
Source code:
public static bool IsValidIdentifierName2(string name)
{
for (var num = 0; num < name.Length; num++)
{
var category = char.GetUnicodeCategory(name&...