|
Listing 9-9 extracted from chapter Fundamental concepts of the language
Listing 9-8< > Listing 9-10
This listing can be compiled with the command line: csc.exe /out:Asm1.dll /target:library Example_9_9_to_rename_Asm1.cs Errors: 0 Warnings: 0
Example_9_9_to_rename_Asm1.cs
namespace Foo.IO{ public class Stream{} }
Copyright Patrick Smacchia 2006 2007
|