如何在C#中存取以关键字作为名字的元素
摘要:
Access a Program Element That Has the Same Name as a Keyword Problem You need to access a member of a type, but the type or member name is the same as a C# keyword. Solution Prefix all instances of ... 阅读全文
posted @ 2004-09-30 16:07 Icebird 阅读(884) 评论(0) 推荐(0) 编辑