The significance of in C#
You’re looking at some decompiled code – specifically, something that was generated by the compiler. The compiler uses <> (this is an implementation detail) because, whilst it’s valid for a CLR identifier to start with such characters, it’s not valid in C# – so it’s guaranteed that the name will not conflict with any names … Read more