// // System.CodeDom CodeObject class implementation // // Author: // Sean MacIsaac ([email protected]) // // (C) 2001 Ximian, Inc. // namespace System.CodeDom { [Serializable] public class CodeObject { } }