Quoted Names
Mirko Matytschak <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.rotor |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Hi there, I stumbled upon a phenomenon which puzzles me. I used "blob" as name for a field in IL Language. ILAsm gives me an error at Token "blob". To understand what's going on, I wrote a short C# program with a variable named "blob", compiled and disassembled with ILDasm. ILDasm generated a Quoted name: "'blob'". I don't understand why. "blob" is definitely not a keyword (I checked opcode.def). Can somebody explain, what's going on there? Regards Mirko