CompilerOptions.cs 238 B

12345678910111213141516
  1. //
  2. // System.CodeDom.Compiler CompilerOptions Class implementation
  3. //
  4. // Author:
  5. // Daniel Stodden ([email protected])
  6. //
  7. // (C) 2002 Ximian, Inc.
  8. //
  9. namespace System.CodeDom.Compiler
  10. {
  11. public class CompilerOptions
  12. {
  13. // FIXME
  14. }
  15. }