// // System.CodeDom.Compiler CompilerOptions Class implementation // // Author: // Daniel Stodden ([email protected]) // // (C) 2002 Ximian, Inc. // namespace System.CodeDom.Compiler { public class CompilerOptions { // FIXME } }