25.4.txt
来自「《Microsoft Visual C# .NET 2003开发技巧大全》源代码」· 文本 代码 · 共 11 行
TXT
11 行
Listing 25.4 Using the More Complex Attribute Class
[ProgrammerTeam(true)]
class OurClass
{
[ProgrammerTeam(false,
“We couldn’t figure out how to implement TakeAHoliday so we contracted it out”)]
public void TakeAHoliday()
{
// etc.
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?