25.10.txt
来自「《Microsoft Visual C# .NET 2003开发技巧大全》源代码」· 文本 代码 · 共 7 行
TXT
7 行
Listing 25.10 Using an Attribute More Than Once on the Same Target
[MyMultipleAttribute(“This is some text”)]
[MyMultipleAttribute(“Hey, this is some more text!”)]
public override void SomeMethod()
{
// etc.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?