|
Listing 7-16 extracted from chapter Reflection, late binding, attributes
Listing 7-15< > Listing 7-17
This listing can be compiled with the command line: csc.exe /out:TestAttributeAsm.dll /target:library Example_7_16_to_rename_TestAttributeAsm.cs Errors: 0 Warnings: 0
Example_7_16_to_rename_TestAttributeAsm.cs
[System.Diagnostics.Conditional("_TEST")]
public class TestAttribute : System.Attribute { }
Copyright Patrick Smacchia 2006 2007
|